Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Fundamentals of Database Management Systems
Quiz 4: Relational Data Retrieval: SQL
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
True/False
The LIKE operator in the SQL SELECT command WHERE clause allows the use of wildcards to substitute for character strings.
Question 42
True/False
If several AND and OR operators appear in an SQL SELECT command WHERE clause and they are not separated by parentheses, all of the OR operations will be performed before any of the AND operations.
Question 43
True/False
The DISTINCT operator in the SQL SELECT command removes duplicate rows from a query result.
Question 44
True/False
The tables used in a SELECT command are listed in the FROM clause.
Question 45
True/False
The OR operator in the SQL SELECT command WHERE clause means one or the other, but not both.
Question 46
True/False
The ORDER BY operator in the SQL SELECT command orders a query result's output rows by a set of attribute values.
Question 47
True/False
The BETWEEN operator in the SQL SELECT command WHERE clause requires that a character string must be between two specified character strings.
Question 48
True/False
The HAVING clause limits the results of a GROUP BY clause based on the values calculated for each group with the built-in functions.
Question 49
True/False
Only two tables can be joined in an SQL SELECT statement.
Question 50
True/False
A basic SQL SELECT command is capable of performing a combination of relational Select and Project operations.
Question 51
True/False
To retrieve an entire table, an SQL SELECT statement must specify the rows in the WHERE clause.
Question 52
True/False
The only way to retrieve all of the fields of a table with an SQL SELECT command is to list them all in the SELECT clause.
Question 53
True/False
In the SQL SELECT command embedded mode, the user types the command at a workstation and presses the Enter key. The command goes directly to the relational DBMS, which evaluates the query and processes it against the database.