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
What does this SQL command accomplish? ALTER TABLE PRODUCTS
ADD CHECK (SIZE IN ('S', 'M', 'L', 'XL', 'XXL'));
(Multiple Choice)
4.7/5
(50)
When renaming columns for a view, you include the new column names in _____ following the name of the view.
(Multiple Choice)
4.7/5
(33)
What happens if Samantha, whose view of the database contains only a portion of the rows and columns of the base table, attempts to add a row to the table through her view?
(Multiple Choice)
4.9/5
(27)
Which privilege can be granted to allow a user to retrieve data?
(Multiple Choice)
4.9/5
(36)
When users create, alter, or drop tables or create or drop indexes, the DBMS updates the system catalog automatically.
(True/False)
4.7/5
(23)
Which command will allow user Thompson to remove rows from the CUSTOMER table?
(Multiple Choice)
4.9/5
(36)
Martine's database administrator has set up a view for her so that she can access the information she needs from the database. What will happen when new columns Martine does not need to see are added to the base tables used for Martine's view?
(Multiple Choice)
4.9/5
(38)
In a business organization, the person or entire group of people charged with managing the database is known as the _____.
(Multiple Choice)
4.9/5
(40)
To ensure the uniqueness of values in a nonprimary key column, you can create an index using the _____.
(Multiple Choice)
5.0/5
(39)
Views can contain only the columns required by a given user. What two advantages are conferred by this aspect of views?
(Multiple Choice)
4.8/5
(35)
Showing 21 - 35 of 35
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)