Exam 7: Database Management Systems Processes and Services

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Which SQL keyword can you use to join two tables that have a one-to-many relationship?

(Multiple Choice)
4.9/5
(21)

Explain the requirements of two sets of records involved in a union.

(Essay)
4.7/5
(34)

In an Access query, a "group" of records _____.

(Multiple Choice)
4.8/5
(35)

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)

How can you improve your SQL skills?

(Multiple Choice)
4.9/5
(33)

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)

A good name for an Access table might be tbl!Student.

(True/False)
4.9/5
(37)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)