Database - Introduction to SQL - Discussion

Discussion Forum : Introduction to SQL - General Questions (Q.No. 16)
16.
In an SQL SELECT statement querying a single table, according to the SQL-92 standard the asterisk (*) means that:
all columns of the table are to be returned.
all records meeting the full criteria are to be returned.
all records with even partial criteria met are to be returned.
None of the above is correct.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
16 comments Page 2 of 2.

Keerthana said:   5 years ago
It's clear for me now. Thank you @Sunil.

Purnendra kushwaha said:   1 decade ago
Yes I m also agree with bhavika.

Basha said:   1 decade ago
Yes I Agree with Vijay....

Vijay said:   1 decade ago
Yes I agree with Sundar.

Anil said:   8 years ago
Here, * means select all

Bhavika said:   1 decade ago
Ya I agree with sundar.


Post your comments here:

Your comments will be displayed after verification.