Respuesta :
Hello! The answer to your question would be as followed:
C. The columns will be listed in the results in the same order they are listed in the SELECT clause of the SELECT statement.
C. The columns will be listed in the results in the same order they are listed in the SELECT clause of the SELECT statement.
The SELECT clause specifies the columns from which data values are to be retrieved by the query. Data retrieval is limited to the columns specified. When selecting from two or more tables having duplicate column names, it may be necessary to qualify column names with table or view names.
Which clause is required in a SELECT statement?
The SELECT clause is mandatory and carries out the relational project operation. The FROM clause is also mandatory. It identifies one or more tables and/or views from which to retrieve the column data displayed in a result table. The WHERE clause is optional and carries out the relational select operation.
To learn more about The SELECT clause, refer
https://brainly.com/question/2010848
#SPJ2