Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Concepts of Database Management Study Set 1
Quiz 3: The Relational Model 2: SQL
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
To add new data to a table,use the ____ command.
Question 22
Multiple Choice
In MySQL,the ____ is used as a wildcard to represent any collection of characters.
Question 23
Multiple Choice
To use a wildcard,include the ____ operator in the WHERE clause.
Question 24
Multiple Choice
Based on the code above,list the number,name,credit limit,and balance for all customers with credit limits that exceed their balances.
Question 25
Multiple Choice
When used after the word SELECT,the ____ symbol indicates that you want to include all fields in the query results in the order in which you described them to the DBMS when you created the table.
Question 26
Multiple Choice
When you use a name containing a space in Access SQL,you must ____.
Question 27
Multiple Choice
In Access SQL,the ____ is used as a wildcard to represent any individual character.
Question 28
Multiple Choice
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.
Question 29
Multiple Choice
When rows are grouped,____.
Question 30
Multiple Choice
You can save the results of a query as a table by including the ____ clause in the query.
Question 31
Multiple Choice
Based on the code above,list the number,name,and balance of all customers with balances greater than or equal to $1,000 and less than or equal to $5,000.
Question 32
Multiple Choice
Based on the code above,list the number,name,and complete address of every customer located on a street that contains the letters "Oxford".
Question 33
Multiple Choice
The ____ function determines the largest value in a given column.
Question 34
Multiple Choice
When a subquery is used,____ is(are) evaluated first.
Question 35
Multiple Choice
Based on the code above,list the number,name,and available credit for all customers with credit limits that exceed their balances.
Question 36
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.