Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Database
»
Introduction to SQL
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.
Correct Answer:
all columns of the table are to be returned.
← Previous Question
Next Question→
More Questions from
Introduction to SQL
The command to eliminate a table from a database is:
A subquery in an SQL SELECT statement:
To define what columns should be displayed in an SQL SELECT statement:
SQL query and modification commands make up a(n) ________ .
A subquery in an SQL SELECT statement is enclosed in:
SQL data definition commands make up a(n) ________ .
The Microsoft Access wildcards are ____ and ____ .
ON UPDATE CASCADE ensures which of the following?
The wildcard in a WHERE clause is useful when?
The SQL -92 wildcards are ____ and ____ .
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments