Exam 6: Introduction to SQL
Exam 1: The Database Environment and Development Process173 Questions
Exam 2: Modeling Data in the Organization121 Questions
Exam 3: The Enhanced E-R Model and Business Rules74 Questions
Exam 4: Logical Database Design and the Relational Model120 Questions
Exam 5: Physical Database Design and Performance105 Questions
Exam 6: Introduction to SQL119 Questions
Exam 7: Advanced SQL111 Questions
Exam 8: Database Application Development100 Questions
Exam 9: Data Warehousing117 Questions
Exam 10: Data Quality and Integration102 Questions
Exam 11: Data and Database Administration116 Questions
Exam 12: Distributed Databases109 Questions
Exam 13: Object-Oriented Data Modeling91 Questions
Exam 14: Using Relational Databases to Provide Object Persistence113 Questions
Select questions type
The HAVING clause and the WHERE clause perform the same operation.
Free
(True/False)
4.9/5
(34)
Correct Answer:
False
To eliminate duplicate rows in a query,the ________ qualifier is used in the SQL Select command.
Free
(Multiple Choice)
4.9/5
(34)
Correct Answer:
B
A catalog is the structure that contains object descriptions created by a user.
Free
(True/False)
4.8/5
(36)
Correct Answer:
False
What result set will the following query return?
Select item_no
From order_v
Where quantity > 10;
(Multiple Choice)
4.7/5
(35)
The DROP command deletes rows from a table individually or in groups.
(True/False)
4.8/5
(31)
Some DBMS can handle graphic data types,as well as text and numbers.
(True/False)
4.8/5
(33)
A database is maintained and queried using the data mapping language (DML).
(True/False)
4.7/5
(30)
Applications can be moved from one machine to another when each machine uses SQL.
(True/False)
4.9/5
(27)
What will be returned when the following SQL statement is executed?
Select driver_no,count(*)as num_deliveries
From deliveries
Group by driver_no;
(Multiple Choice)
4.8/5
(34)
The benefits of a standardized relational language include:
(Multiple Choice)
4.8/5
(30)
Explain the three classes of SQL commands and when they would be used.
(Essay)
4.7/5
(40)
Which of the following finds all groups meeting stated conditions?
(Multiple Choice)
4.8/5
(37)
The content of dynamic views is generated when they are referenced.
(True/False)
4.8/5
(34)
Which of the following is true of the order in which SQL statements are evaluated?
(Multiple Choice)
4.7/5
(34)
Showing 1 - 20 of 119
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)