Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Database
»
Introduction to SQL
The SQL -92 wildcards are ____ and ____ .
asterisk (*); percent sign (%)
percent sign (%); underscore (_)
underscore(_); question mark (?)
question mark (?); asterisk (*)
Correct Answer:
percent sign (%); underscore (_)
← Previous Question
Next Question→
More Questions from
Introduction to SQL
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?
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?
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments