Exam 7: Database Administration
Exam 1: Introduction to Kimtay Pet Supplies and Staywell Student Accommodation Databases36 Questions
Exam 2: Database Design Fundamentals33 Questions
Exam 3: Creating Tables35 Questions
Exam 4: Single Table Queries35 Questions
Exam 5: Multiple Table Queries34 Questions
Exam 6: Updating Data34 Questions
Exam 7: Database Administration35 Questions
Exam 8: Functions Procedures and Triggers35 Questions
Select questions type
A program's or an individual user's picture of the database is called a(n) _____.
Free
(Multiple Choice)
4.8/5
(29)
Correct Answer:
B
The types of constraints supported in SQL are ____.
Free
(Multiple Choice)
4.7/5
(40)
Correct Answer:
D
Percy is promoted and is no longer responsible for making updates to several database tables. Which command should Percy's database administrator use to prevent Percy from making future updates?
Free
(Multiple Choice)
4.7/5
(40)
Correct Answer:
C
The general form for assigning a foreign key is ADD FOREIGN KEY, the column name(s) of the foreign key, the ____ clause, and then the table name and column that the foreign key must match.
(Multiple Choice)
4.8/5
(38)
The issues involved in updating data within base tables through a view are the same regardless of the type of view.
(True/False)
4.7/5
(36)
When you specify a foreign key, the table referenced by the foreign key is the _____.
(Multiple Choice)
4.8/5
(30)
Updating a database using a view can pose problems. Describe some of these problems that occur with views that join two or more base tables. How can a database administrator minimize problems when creating views that join tables?
(Essay)
4.8/5
(42)
Which privilege should be granted to users who are authorized to change a table's structure?
(Multiple Choice)
4.8/5
(28)
What happens once the following command is executed? ALTER TABLE ORDERS
ADD FOREIGN KEY (CLIENT_ID) REFERENCES CLIENT (CLIENT_ID);
(Multiple Choice)
4.8/5
(41)
Views furnish a certain amount of security; if users are accessing the database through a view, they cannot access any data that is not included in the view.
(True/False)
4.8/5
(37)
A database can be readily updated through a view when that view is derived from joining two base tables on a shared _____.
(Multiple Choice)
4.8/5
(40)
The CREATE VIEW command includes the words CREATE VIEW, followed by the name of the view, the word ____, and then a query.
(Multiple Choice)
4.9/5
(39)
In Oracle, which table contains information about the columns within tables?
(Multiple Choice)
4.7/5
(35)
Which MySQL command displays all tables associated with the database ELPATRON?
(Multiple Choice)
4.8/5
(41)
Adding rows to a view is most troublesome for the view user when that view contains _____.
(Multiple Choice)
4.7/5
(39)
Showing 1 - 20 of 35
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)