March 2000
Beginner
464 pages
9h 17m
English
| 1: | What is the function of a subquery when used with a SELECT statement? |
| A1: | The main function of a subquery when used with a SELECT statement is to return data that the main query can use to resolve the query. |
| 2: | Can you update more than one column when using the UPDATE statement in conjunction with a subquery? |
| A2: | Yes, you can update more than one column using the same UPDATE and subquery statement. |
| 3: | Are the following syntaxes correct? If not, what is the correct syntax?
|
Read now
Unlock full access