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.