Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Database
»
Introduction to SQL
Find the SQL statement below that is equal to the following: SELECT NAME FROM CUSTOMER WHERE STATE = 'VA';
SELECT NAME IN CUSTOMER WHERE STATE IN ('VA');
SELECT NAME IN CUSTOMER WHERE STATE = 'VA';
SELECT NAME IN CUSTOMER WHERE STATE = 'V';
SELECT NAME FROM CUSTOMER WHERE STATE IN ('VA');
Correct Answer:
SELECT NAME FROM CUSTOMER WHERE STATE IN ('VA');
← Previous Question
Next Question→
More Questions from
Introduction to SQL
Which of the following is valid SQL for an Index?
To sort the results of a query use:
The benefits of a standard relational language include which of the following?
Which of the following do you need to consider when you make a table in SQL?
Which of the following is the correct order of keywords for SQL SELECT statements?
The SQL keyword(s) ________ is used with wildcards.
To remove duplicate rows from the results of an SQL SELECT statement, the ________ qualifier specified must be included.
The HAVING clause does which of the following?
SQL is:
The result of a SQL SELECT statement is a(n) ________ .
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments