You need to establish a set of permissions that you can routinely assign to new users. What should you create?
Correct Answer:
D
What is one difference between an update statement and a delete statement?
Correct Answer:
C
You execute the following statement:
SELECT EmployeeID, FirstName, DepartmentName FROM Employee, Department
This type of operation is called a/an:
Correct Answer:
D
You have a table named Product that contains the following data.
The PrcducrID column is the primary key. The CategoryID column is a foreign key to a separate table named Category.
You execute the following statement:
INSERT INTO Product VALUES (3296, 'Table', 4444)
What is the result?
Correct Answer:
D
HOTSPOT
You have two database tables as defined below. The StateID column is unique in the State table. The AddressID column is unique in the Address table. The two tables are related by the StateID column.
Instructions: Use the drop-down menus to select the answer choice that completes each statement. Each correct selection is worth one point.
Solution:
Does this meet the goal?
Correct Answer:
A