Computer Science, asked by shaika7070, 1 year ago

In an SQL SELECT statement querying a single table, according to the SQL-92 standard the asterisk (*) means that:
A.all columns of the table are to be returned.
B.all records meeting the full criteria are to be returned.
C.all records with even partial criteria met are to be returned.
D.None of the above is correct.

Answers

Answered by Shenron
0
* selects all columns hence A)
Answered by Avanish010
0
Hi there,

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