Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Database
»
Introduction to SQL
To define what columns should be displayed in an SQL SELECT statement:
use FROM to name the source table(s) and list the columns to be shown after SELECT.
use USING to name the source table(s) and list the columns to be shown after SELECT.
use SELECT to name the source table(s) and list the columns to be shown after USING.
use USING to name the source table(s) and list the columns to be shown after WHERE.
Correct Answer:
use FROM to name the source table(s) and list the columns to be shown after SELECT.
← Previous Question
Next Question→
More Questions from
Introduction to SQL
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 ____ .
Which of the following are the five built-in functions provided by SQL?
Find the SQL statement below that is equal to the following: SELECT NAME FROM CUSTOMER WHERE STATE = 'VA';
Which of the following is valid SQL for an Index?
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments