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
What does the following SQL statement do?
Select * From Customer Where Cust_Type = "Best"
(Multiple Choice)
4.9/5
(33)
The ________ clause sorts the final results rows of a query in ascending or descending order.
(Short Answer)
4.9/5
(40)
________ is a set of commands used to update and query a database.
(Multiple Choice)
4.7/5
(37)
What will result from the following SQL Select statement?
Select min(product_description)
From product_v;
(Multiple Choice)
4.8/5
(34)
The comparison operators = and != are used to establish a range of values.
(True/False)
4.9/5
(34)
The ________ is the structure that contains descriptions of objects such as tables and views created by users.
(Multiple Choice)
4.7/5
(33)
The SQL command ________ adds one or more new columns to a table.
(Multiple Choice)
4.8/5
(27)
A single value returned from an SQL query that includes an aggregate function is called a vector aggregate.
(True/False)
4.8/5
(32)
Adding the keyword ________ to an SQL query will eliminate duplicate rows from the query result set.
(Short Answer)
4.7/5
(38)
The first in a series of steps to follow when creating a table is to:
(Multiple Choice)
4.8/5
(37)
________ is a constraint that specifies that the value of an attribute in one relation depends upon the value of a primary key in the same or other relation.
(Short Answer)
4.8/5
(36)
Which of the following can produce scalar and vector aggregates?
(Multiple Choice)
4.8/5
(33)
The ORDER BY clause is the first statement processed in an SQL command.
(True/False)
4.8/5
(35)
Any create command may be reversed by using a ________ command.
(Multiple Choice)
4.8/5
(40)
Showing 81 - 100 of 119
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)