Exam 7: Database Management Systems Processes and Services
Exam 1: Introduction to Database Management50 Questions
Exam 2: The Relational Model: Introduction, Qbe, and Relational Algebra50 Questions
Exam 3: The Relational Model: SQL50 Questions
Exam 4: The Relational Model: Advanced Topics50 Questions
Exam 5: Database Design: Normalization50 Questions
Exam 6: Database Design: Relationships50 Questions
Exam 7: Database Management Systems Processes and Services50 Questions
Exam 8: Database Industry Careers50 Questions
Exam 9: Database Industry Trends50 Questions
Select questions type
Which SQL keyword can you use to join two tables that have a one-to-many relationship?
(Multiple Choice)
4.9/5
(21)
Based on the SQL shown, which query lists the name and available credit for all customers with credit limits that exceed their balances? Customers ( CustomerNum, CustomerName, Street, City, State, PostalCode, Balance, CreditLimit, RepNum )
(Multiple Choice)
4.8/5
(40)
Based on the SQL shown, which query finds how many items are in the TOY category? Items (ItemNum, Description, OnHand, Category, Storehouse, Price )
(Multiple Choice)
4.8/5
(45)
Which query will return the number of rows from the Customers table where the State field is 'AZ'?
(Multiple Choice)
4.9/5
(31)
When you create a query using SQL View to display fields and records, Access automatically places the _______________ keyword in the query window.
(Multiple Choice)
4.7/5
(38)
Which part of a SQL query specifies the table names that contain the data you want to display in the query results?
(Multiple Choice)
4.9/5
(35)
In what type of SQL operation must two tables have the same field structure?
(Multiple Choice)
4.9/5
(47)
When a SQL statement consists of two queries and you place one query inside another, the inner query becomes a(n) _____.
(Multiple Choice)
4.8/5
(31)
What would you most likely use in SQL to perform calculations on groups of records?
(Multiple Choice)
4.7/5
(31)
Based on the table description and SQL shown, which query finds the description and price of the items that have a Price field value greater than Wireless charger, ItemNum W208? Items (ItemNum, Description, OnHand, Category, Storehouse, Price )
(Multiple Choice)
4.9/5
(26)
When you connect query conditions using the AND operator, only one of the conditions must be true for a particular record to be selected.
(True/False)
4.9/5
(29)
Based on the SQL shown, which query lists the last names and bonuses of employees who have a Bonus field value greater than Juliana Suarez, EmployeeID 14? Employees ( EmployeeID, LastName, FirstName, HireDate, JobTitle, Bonus )
(Multiple Choice)
4.8/5
(32)
Based on the SQL shown, which query selects the LastName, JobTitle, and increased bonus for all employees with a job title of SalesRep? The increased bonus is calculated as $100 more than the current bonus. Employees ( EmployeeID, LastName, FirstName, HireDate, JobTitle, Bonus )
(Multiple Choice)
4.8/5
(34)
Explain how to use three SQL clauses to select fields and join tables using the WHERE keyword in SQL.
(Essay)
4.8/5
(32)
While not always required, how should you end an SQL command?
(Multiple Choice)
4.9/5
(35)
In Access SQL, you use the asterisk (*) as a wildcard character to represent any number of characters.
(True/False)
4.8/5
(30)
Showing 21 - 40 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)