Logo 
Search:

SQL FAQ

Submit Interview FAQ
Home » Interview FAQ » SQLRSS Feeds

Which of the following SQL statements will work?

  Shared By: Shruti Sharma    Date: Dec 21    Category: SQL    Views: 1077

Answer:

a) select *
from checks;

b) select * from checks;

c) select * from checks


All the above work.

Share: 
 

Didn't find what you were looking for? Find more on Which of the following SQL statements will work? Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: