A SELECT statement can be used to perform these three functions:
– Choose rows from a table.
– Choose columns from a table
– Bring together data that is stored in different tables by creating a
link between them.
Which set of keywords describes these capabilities?
A.
difference, projection, join
B.
selection, projection, join
C.
selection, intersection, join
D.
intersection, projection, join
E.
difference, projection, product
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.
Incorrect answer:
Aanswer should have SELECTION, PROJECTION and JOIN.
Canswer should have SELECTION, PROJECTION and JOIN.
Danswer should have SELECTION, PROJECTION and JOIN.
Eanswer should have SELECTION, PROJECTION and JOIN.