Services
Discover
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Database Management
Exam 3: The Relational : SQL
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Question 1
Short Answer
One common restriction placed on table and column names by DBMSs is that names cannot exceed ____________________ characters.
Question 2
Multiple Choice
The ____ function calculates the number of entries in a table.
Question 3
Multiple Choice
Based on the code above,list the descriptions of all items that are not in Storehouse 3.Based on the code above,list the descriptions of all items that are not in Storehouse 3.
Question 4
Multiple Choice
Based on the code above,list the descriptions of all items that are located in Storehouse 3 or for which there are more than 20 units on hand,or both.
Question 5
Short Answer
____________________ means creating groups of records that share some common characteristics.
Question 6
Short Answer
SQL has built-in functions,which are also called ____________________ functions.
Question 7
Short Answer
SQL was developed under the name ____________________ at the IBM San Jose research facilities.
Question 8
Multiple Choice
In versions of SQL other than Access,the ____ is used as a wildcard to represent any collection of characters.
Question 9
Multiple Choice
When rows are grouped,____.
Question 10
Short Answer
To qualify a field name,precede the name of the field with the name of the table,followed by a(n)____________________.
Question 11
Short Answer
One common restriction placed on table and column names by DBMSs is that names must start with a(n)____________________.
Question 12
Multiple Choice
To make changes to existing data in a table,you would use the ____ command.
Question 13
Essay
How are compound conditions formed?
Question 14
True/False
A valid name for a table might be tbl$Student.
Question 15
Multiple Choice
Based on the code above,for each sales rep,list the rep number,the number of customers assigned to the rep,and the average balance of the rep's customers.Group the records by rep number and order the records by rep number.