118k views
0 votes
Choosing specific columns to be displayed by a SELECT statement is known as selection.

A) True
B) False

1 Answer

3 votes

Final answer:

The statement is false. The correct term for choosing specific columns with SELECT is projection, not selection. Selection refers to choosing specific rows based on criteria.

Step-by-step explanation:

The statement that choosing specific columns to be displayed by a SELECT statement is known as selection is false. The correct term for this action is projection. Selection is the process of choosing specific rows in a database based on certain criteria. When you only want to display certain columns, you are projecting those columns into the result set.

User Oleg Andriyanov
by
7.8k points

No related questions found