A SELECT statement can be used to perform these three functions:
1. Choose rows from a table.
2. Choose columns from a table.
3. Bring together data that is stored in different tables by creating a link between them.
Which set of keywords describes these capabilities?
A.
intersection, projection, join
B.
selection, projection, join
C.
difference, projection, product
D.
selection, intersection, join
E.
difference, projection, join
Explanation:
: choose rows from a table is SELECTION,
Choose column from a table is PROJECTION
Bring together data in different table by creating a link between them is JOIN.
Refer : Introduction to Oracle9i : SQL, Oracle University Study Guide, 1-6