Exam 4: Relational Data Retrieval: SQL
Exam 1: Data: the New Corporate Resource31 Questions
Exam 2: Data Modeling57 Questions
Exam 3: The Database Management System Concept83 Questions
Exam 4: Relational Data Retrieval: SQL71 Questions
Exam 5: The Relational Database Model: Introduction57 Questions
Exam 6: The Relational Database Model: Additional Concepts39 Questions
Exam 7: Logical Database Design58 Questions
Exam 8: Physical Database Design134 Questions
Exam 9: Object-Oriented Database Management41 Questions
Exam 10: Data Administration, Database Administration, and Data Dictionaries47 Questions
Exam 11: Database Control Issues: Security, Backup and Recovery, Concurrency59 Questions
Exam 12: Clientserver Database and Distributed Database56 Questions
Exam 13: The Data Warehouse62 Questions
Exam 14: Database and the Internet45 Questions
Select questions type
In the SQL SELECT command, the search arguments that limit the rows involved in the query are specified in the ____ clause.
(Multiple Choice)
4.9/5
(35)
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.
(True/False)
4.8/5
(47)
A basic SQL SELECT command is capable of retrieving a single column value from a single row of a table.
(True/False)
4.8/5
(39)
The ORDER BY operator in the SQL SELECT command orders a query result's output rows by a set of attribute values.
(True/False)
5.0/5
(30)
The DISTINCT operator in the SQL SELECT command removes duplicate rows from a query result.
(True/False)
4.9/5
(33)
SQL incorporates features of both a data definition language and a data manipulation language.
(True/False)
4.9/5
(29)
A subset of the columns and/or rows of a table is called a ____.
(Multiple Choice)
4.7/5
(40)
Once a GROUP BY clause in an SQL SELECT command groups together rows based on common attribute values, a built-in function can produce a result for each group.
(True/False)
4.8/5
(37)
SQL has commands that are capable of creating and dropping indexes on relational tables.
(True/False)
4.7/5
(44)
The LIKE operator in the SQL SELECT command WHERE clause allows the use of wildcards to substitute for character strings.
(True/False)
4.9/5
(36)
Typing SQL SELECT commands in at a keyboard and sending them directly to the relational DBMS for processing is referred to as ____.
(Multiple Choice)
4.8/5
(38)
All of the following are true about the use of AND and OR operators in an SQL SELECT command, except ____.
(Multiple Choice)
4.8/5
(38)
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.
(True/False)
4.8/5
(41)
In the SQL SELECT command, the attributes to be retrieved are specified in the ____ clause.
(Multiple Choice)
4.8/5
(34)
Showing 21 - 40 of 71
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)