Logo 
Search:

SQL FAQ

Submit Interview FAQ
Home » Interview FAQ » SQLRSS Feeds

Do the following statements return the same or different output.

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

Answer:

SELECT * FROM CHECKS;
select * from checks;?

The only difference between the two statements is that one statement is in lowercase and the other uppercase. Case sensitivity is not normally a factor in the syntax of SQL. However, be aware of capitalization when dealing with data.

Share: 
 



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


Tagged: