What keyword is used to link two dissimilar tables on matching column values?

a. JOIN
b. INTERSECT
c. EXCEPT
d. UNION


a. JOIN

Computer Science & Information Technology

You might also like to view...

This statement uses the value of a variable or expression to determine where the program will branch to.

a. switch b. select c. association d. scope e. None of these

Computer Science & Information Technology

If s1 and s2 are string objects, s1 == s2 is true when

A) s1 = "lion" and s2 = "lioness". B) s1 = "dog" and s2 = "DOG". C) s1 = "cat" and s2 = "cat ". D) None of these because in each case one or more characters in the strings have different ASCII codes. E) None of these because string objects cannot be compared with relational operators.

Computer Science & Information Technology

All of the following are special keys, except _____.

A. Ctrl B. Enter C. Esc D. Alt

Computer Science & Information Technology

When the Format Painter is double-clicked, all the following are true EXCEPT ________

A) the format can be copied to multiple places B) the button remains active C) the format can be copied only to one range of cells D) the button can be clicked again to deactivate it

Computer Science & Information Technology