167k views
2 votes
39) The select operation

A) combines relational tables to provide the user with more information than is otherwise available.
B) creates a subset consisting of columns in a table.
C) identifies the table from which the columns will be selected.
D) creates a subset consisting of all records in the file that meet the stated criteria.

User Steve Gury
by
8.6k points

1 Answer

3 votes

Final answer:

The select operation in a relational database combines tables to provide more information to the user.

Step-by-step explanation:

The select operation in a relational database combines tables to provide the user with more information than is otherwise available. It is represented by the SQL keyword 'SELECT' followed by the columns that need to be selected. The result is a subset of records that meet the stated criteria.

User Davidvandebunte
by
8.2k points