When using NOT IN to solve the multiple NOT criteria, you can use a(n) ___________ to generate the list of items to exclude.
a. subquery
b. range predicate
c. OUTER JOIN
d. UNION
a. subquery
You might also like to view...
What is the output of this program?
``` int x = 10, y = 12; if(x > y) { cout<<” x is greater than y.”; } ``` A. x is greater than y B. false C. Crash. The statement is written incorrectly. D. Nothing. The statement in side the braces will not execute.
Which of the following is not a function of system software?
A) Performs the operations of the computer. B) Provide the interface between users and computer. C) Runs applications. D) Manage the computer resources.
The wildcard character, ________, matches any combination of characters
A) # B) * C) ? D) $
The Wildcard dialog box helps you find records in a table.
Answer the following statement true (T) or false (F)