Exam 3: The Relational : SQL
Exam 1: Introduction to Database Management50 Questions
Exam 2: The Relational : Introduction, QBE, and Relational Algebra50 Questions
Exam 3: The Relational : SQL75 Questions
Exam 4: The Relational : Advanced Topics50 Questions
Exam 5: Database Design 1: Normalization50 Questions
Exam 6: Database Design 2: Design Method75 Questions
Exam 7: Dbms Functions50 Questions
Exam 8: Database Administration50 Questions
Exam 9: Database Management Approaches75 Questions
Select questions type
By using the word ____________________ in a query after a computation,you can assign a name to the computed field.
(Short Answer)
4.8/5
(29)
Preceding a condition by the NOT operator reverses the truth or falsity of the original condition.
(True/False)
4.8/5
(34)
Describe five data types that you will often encounter when working with databases.
(Essay)
4.8/5
(34)
Use the ____________________ data type for fields that contain letters and other special characters,and for fields that contain numbers that will not be used for arithmetic.
(Short Answer)
4.8/5
(34)
Based on the code above,list the descriptions of all items that are located in Storehouse3 and for which there are more than 20 units on hand.
(Multiple Choice)
4.9/5
(34)
You can save the results of a query as a table by including the ____ clause in the query.
(Multiple Choice)
4.7/5
(33)
In Access SQL,the ____ is used as a wildcard to represent any individual character.
(Multiple Choice)
4.7/5
(33)
The IN operator provides a concise way of phrasing certain conditions.
(True/False)
4.8/5
(27)
Based on the code above,list the number,name,street,and credit limit of all customers.Order the customers by name within descending credit limit.
(Multiple Choice)
4.9/5
(38)
Describe how to construct a detailed query in a step-by-step fashion.
(Essay)
4.8/5
(36)
You can use the SQL CREATE TABLE command to insert rows into a table.
(True/False)
4.8/5
(42)
Based on the code above,delete any row in the OrderLine table in which the item number is MT03.
(Multiple Choice)
4.9/5
(37)
SQL uses commands to create tables,update tables,and retrieve data from tables.
(True/False)
4.8/5
(26)
There is no difference between the COUNT function and the SUM function.
(True/False)
4.7/5
(31)
Fields will appear in the query results in the order in which they are listed in the SELECT clause.
(True/False)
4.9/5
(37)
To use a wildcard,include the ____ operator in the WHERE clause.
(Multiple Choice)
4.8/5
(26)
The ____________________ of two tables is a table containing all rows that are in either the first table,the second table,or both.
(Short Answer)
4.8/5
(22)
Showing 21 - 40 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)