Retrieve Rows Without Using SELECT Clause

How can we retrieve some rows from the database without using select clause?

Questions by viji_info   answers by viji_info

Showing Answers 1 - 9 of 9 Answers

Ehsan Rehmani

  • Jan 1st, 2013
 

Impossible! Rows will not be rerieved without select keyword.

  Was this answer useful?  Yes

Ehsan Rehmani

  • Jan 31st, 2013
 

Select clause is must for retrieving data from the database. You cant retrieve data without select clause.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions