Exam 3: The Relational Model 2: SQL
Exam 1: Introduction to Database Management50 Questions
Exam 2: The Relational Model 1: Introduction, QBE, and Relational Algebra50 Questions
Exam 3: The Relational Model 2: SQL75 Questions
Exam 4: The Relational Model 3: 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
Instead of listing all the field names in the SELECT clause, you can use the @ symbol.
Free
(True/False)
4.7/5
(33)
Correct Answer:
False
Based on the code shown, which query changes the postal code of the student with ID 11433 to 14455???Student (StudentID, FirstName, LastName, Street, City, State, PostalCode)
Free
(Multiple Choice)
4.9/5
(27)
Correct Answer:
D
Use the ___________ operator when an exact match won't work.
Free
(Short Answer)
4.9/5
(31)
Correct Answer:
LIKE
Microsoft Access uses the != version of the "not equal to" operator.
(True/False)
4.8/5
(30)
Which part of the SQL query specifies the table or tables that contain the data you wish to display in the query results?
(Multiple Choice)
4.8/5
(41)
A compound condition includes either or both of the AND and OR operators.
(True/False)
4.7/5
(39)
In a DBMS such as Oracle or SQL Server, the _______________ command reverses changes to a database.
(Short Answer)
4.9/5
(33)
When you connect simple conditions using the AND operator, only one of the simple conditions must be true for the compound condition to be true.
(True/False)
4.9/5
(37)
Use the _____________ function to calculate the number of rows that match the query.
(Short Answer)
4.9/5
(28)
____________________ means creating groups of records that share some common characteristics.
(Short Answer)
4.9/5
(27)
In versions of SQL other than Access, which character is used as a wildcard to represent any collection of characters?
(Multiple Choice)
4.8/5
(45)
When you place one query inside another, the inner query is called a ________________ and is evaluated first.
(Short Answer)
4.8/5
(27)
What command do you use to make changes to existing data in a table?
(Multiple Choice)
4.8/5
(41)
Based on the code shown, which query lists the number, name, and available credit for all customers with credit limits that exceed their balances???Customer ( CustomerNum, CustomerName, Street, City, State, PostalCode, Balance, CreditLimit, RepNum )
(Multiple Choice)
4.9/5
(36)
In an SQL query, after the word _______________ , you list the fields you want to display in the query result.
(Short Answer)
4.8/5
(36)
What are some common restrictions placed on table and column names by DBMSs?
(Essay)
4.8/5
(33)
Based on the code shown, which query lists the descriptions of all items that are located in Storehouse3 and for which there are more than 20 units on hand???Item (ItemNum, Description, OnHand, Category, Storehouse, Price )
(Multiple Choice)
4.7/5
(27)
One common restriction placed on table and column names by DBMSs is that names must start with a(n) ____________________.
(Short Answer)
5.0/5
(32)
There is no difference between the COUNT function and the SUM function.
(True/False)
4.8/5
(35)
Showing 1 - 20 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)