Exam 5: Introduction to SQL
Exam 1: The Database Environment and Development Process119 Questions
Exam 2: Modeling Data in the Organization102 Questions
Exam 3: The Enhanced E-R Model102 Questions
Exam 4: Logical Database Design and the Relational Model101 Questions
Exam 5: Introduction to SQL102 Questions
Exam 6: Advanced SQL95 Questions
Exam 7: Databases in Applications93 Questions
Exam 8: Physical Database Design and Database Infrastructure167 Questions
Exam 9: Data Warehousing and Data Integration150 Questions
Exam 10: Big Data Technologies69 Questions
Exam 11: Analytics and Its Implications32 Questions
Exam 12: Data and Database Administration With Focus on Data Quality66 Questions
Exam 13: Distributed Databases100 Questions
Exam 14: Object-Oriented Data Modeling104 Questions
Select questions type
What does the following SQL statement do?
UPDATE Product_T
SET Unit_Price = 775
WHERE Product_ID = 7
(Multiple Choice)
4.7/5
(37)
________ is a set of commands used to update and query a database.
(Multiple Choice)
4.7/5
(33)
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
(37)
SQL is both an American and international standard for database access.
(True/False)
4.7/5
(31)
Which of the following will produce the minimum of all standard prices?
(Multiple Choice)
4.7/5
(33)
When creating a table, it is not important to consider foreign key-primary key mates.
(True/False)
4.9/5
(31)
The HAVING clause and the WHERE clause perform the same operation.
(True/False)
4.8/5
(40)
Which of the following finds all groups meeting stated conditions?
(Multiple Choice)
4.9/5
(29)
Which of the following is a technique for optimizing the internal performance of the relational data model?
(Multiple Choice)
4.9/5
(38)
Which of the following can produce scalar and vector aggregates?
(Multiple Choice)
4.8/5
(43)
What results will be produced by the following SQL query?
SELECT SUM(Standard_Price) as Total_Price
From Product_V
Where Product_Type = 'WOOD';
(Multiple Choice)
4.9/5
(26)
The first in a series of steps to follow when creating a table is to:
(Multiple Choice)
4.9/5
(43)
If multiple Boolean operators are used in an SQL statement, NOT is evaluated first, then AND, then OR.
(True/False)
4.9/5
(31)
The asterisk (*) wildcard designator can be used to select all fields from a table as well as in WHERE clauses when an exact match is not possible.
(True/False)
4.9/5
(38)
A referential integrity constraint specifies that the existence of an attribute in one table depends upon the existence of a foreign key in the same or another table.
(True/False)
4.9/5
(34)
Relational databases are heavily based on the mathematical concept of:
(Multiple Choice)
4.8/5
(30)
A single value returned from an SQL query that includes an aggregate function is called a(n):
(Multiple Choice)
4.7/5
(30)
What will result from the following SQL Select statement?
SELECT MIN(Product_Description)
FROM Product_V;
(Multiple Choice)
4.8/5
(39)
The main concept of relational databases was published in 1970 by:
(Multiple Choice)
4.9/5
(31)
Showing 81 - 100 of 102
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)