Which set of keywords describes these capabilities?

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 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.
Refer: Introduction to Oracle9i: SQL, Oracle University Study Guide, 1-6



Leave a Reply 0

Your email address will not be published. Required fields are marked *