October 2002
Beginner
864 pages
18h 41m
English
| 1: | Do the following statements return the same or different output:SELECT * FROM CHECKS; select * from checks; |
| A1: | 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. |
| 2: | None of the following queries work. Why not?
|
| A2: |
|
Read now
Unlock full access