Question Code 1051 |
Question Assuming all the databases, tables and columns exist, why the query wonβt still work?
|
Answers
Because there is an extra comma
USE should say USING
Each column must be given an alias
The order of the commands is wrong
|
Question Code 1055 |
Question You have a table of films and want to display all the movies that are due for release after today. What should you type in the query?
|
Answers
Date()
GetDate()
Now()
Today()
|
Supported by: