In a SELECT statement, what keyword is used to specify which columns to retrieve from a table?
- FROM
- INTO
- SELECT
- WHERE
In a SELECT statement, the "SELECT" keyword is used to specify which columns to retrieve from a table. It is followed by the column names or expressions that you want to retrieve data from.
Loading...
Related Quiz
- The IsolationLevel enumeration in ADO.NET provides options such as ReadCommitted and ___________.
- To retrieve different data types from a data reader, you can use the _______ method.
- What is the difference between LINQ to SQL and LINQ to Entities?
- What is LINQ an abbreviation for in the context of programming?
- To add a new row to a DataTable in a dataset, you typically use the ___________ method.