Q:

In an SQL SELECT statement querying a single table, according to the SQL-92 standard the asterisk (*) means that:

0

In an SQL SELECT statement querying a single table, according to the SQL-92 standard the asterisk (*) means that:


  1. all columns of the table are to be returned.
  2. all records meeting the full criteria are to be returned.
  3. all records with even partial criteria met are to be returned.
  4. None of the above is correct.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

A.all columns of the table are to be returned.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

SQL (Structured Query Language) MCQ Quiz (Multiple Choice Questions And Answers)

Similar questions


need a help?


find thousands of online teachers now
The HAVING clause does which of the following?... >>
<< The result of a SQL SELECT statement is a ______...