Exam 6: Introduction to SQL
Exam 1: The Database Environment and Development Process116 Questions
Exam 2: Modeling Data in the Organization103 Questions
Exam 3: The Enhanced E-R Model103 Questions
Exam 4: Logical Database Design and the Relational Model102 Questions
Exam 5: Physical Database Design and Performance103 Questions
Exam 6: Introduction to SQL105 Questions
Exam 7: Advanced SQL107 Questions
Exam 8: Database Application Development105 Questions
Exam 9: Data Warehousing103 Questions
Exam 10: Data Quality and Integration105 Questions
Exam 11: Big Data and Analytics102 Questions
Exam 12: Data and Database Administration110 Questions
Exam 13: Distributed Databases100 Questions
Exam 14: Object-Oriented Data Modeling105 Questions
Select questions type
What will result from the following SQL Select statement? Select min(Product_Description)
From Product_V;
Free
(Multiple Choice)
4.9/5
(29)
Correct Answer:
C
SQL has been implemented only in the mainframe and midrange environments.
Free
(True/False)
4.9/5
(38)
Correct Answer:
False
What result set will the following query return? Select Item_No, description
From item
Where weight > 100 and weight < 200;
Free
(Multiple Choice)
4.9/5
(32)
Correct Answer:
C
A database is maintained and queried using the data mapping language (DML).
(True/False)
5.0/5
(34)
Which of the following finds all groups meeting stated conditions?
(Multiple Choice)
4.9/5
(32)
What does the following SQL statement do? Update Product_T
Set Unit_Price = 775
Where Product_ID = 7
(Multiple Choice)
4.9/5
(25)
Implementation of a standard can never stifle creativity and innovation.
(True/False)
4.8/5
(34)
What are some of the standard SQL functions that can be used in the SELECT clause?
(Essay)
5.0/5
(34)
In order to update data in SQL, one must inform the DBMS which relation, columns, and rows are involved.
(True/False)
4.7/5
(31)
The ________ is the structure that contains descriptions of objects such as tables and views created by users.
(Multiple Choice)
4.8/5
(24)
The SQL command ________ defines a logical table from one or more tables or views.
(Multiple Choice)
4.8/5
(27)
One of the original purposes of the SQL standard was to provide a vehicle for portability of database definition and application modules between conforming DBMSs.
(True/False)
4.8/5
(39)
A database table is defined using the data definition language (DDL).
(True/False)
4.7/5
(37)
A catalog is the structure that contains object descriptions created by a user.
(True/False)
4.7/5
(40)
The main concept of relational databases was published in 1970 by:
(Multiple Choice)
4.8/5
(34)
To get all the customers from Hawaii sorted together, which of the following would be used?
(Multiple Choice)
4.9/5
(32)
The benefits of a standardized relational language include:
(Multiple Choice)
4.8/5
(34)
What result will the following SQL statement produce? Select Avg(standard_price) as average from Product_V;
(Multiple Choice)
4.7/5
(34)
A single value returned from an SQL query that includes an aggregate function is called a vector aggregate.
(True/False)
4.9/5
(40)
Showing 1 - 20 of 105
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)