Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Database Systems
Quiz 10: Overview of Dbms Functionalities and Database Administration
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
Which of the following is NOT a data administration task?
Question 2
Multiple Choice
The application development component provides functionalities to the developers of:
Question 3
True/False
In a role-based access control system,users can be assigned several database roles.
Question 4
True/False
The data definition DBMS component uses the SQL commands from the DDL category.
Question 5
Multiple Choice
If,during the use of the database system,it becomes apparent that a new relation needs to be added to the database,the decision to add the new relation to the database will rest with the:
Question 6
True/False
The data manipulation DBMS component uses the SQL commands from the DCL category.
Question 7
True/False
The TCL commands are used by the business end users of a database system.
Question 8
True/False
The application development component is a part of every DBMS package.
Question 9
Multiple Choice
The data dictionary created by the ________ is often referred to as the catalog.
Question 10
Multiple Choice
What will be the outcome of the following SQL statements issued in the HAPPY INSURANCE database? GRANT SELECT,INSERT,ALTER,UPDATE ON client TO shannon; REVOKE INSERT ON client FROM shannon;