Podcast
Questions and Answers
One of the advantages of using the database approach is to allow unauthorized access to data.
One of the advantages of using the database approach is to allow unauthorized access to data.
False
Object-oriented DBMSs provide storage structures for efficient query processing.
Object-oriented DBMSs provide storage structures for efficient query processing.
True
The database approach does not provide persistent storage for program objects.
The database approach does not provide persistent storage for program objects.
False
The database approach does not allow for the sharing of data among multiple users.
The database approach does not allow for the sharing of data among multiple users.
Signup and view all the answers
The database approach does not enforce integrity constraints on the database.
The database approach does not enforce integrity constraints on the database.
Signup and view all the answers
Using the database approach does not reduce application development time.
Using the database approach does not reduce application development time.
Signup and view all the answers
A conceptual data model represents the physical storage of the database.
A conceptual data model represents the physical storage of the database.
Signup and view all the answers
In the database approach, the DBMS catalog stores the actual data of the database.
In the database approach, the DBMS catalog stores the actual data of the database.
Signup and view all the answers
Data abstraction is used to present the users with a physical view of the database.
Data abstraction is used to present the users with a physical view of the database.
Signup and view all the answers
A data model is used to describe the relationships between entities in the database.
A data model is used to describe the relationships between entities in the database.
Signup and view all the answers
Program-data independence allows changing the DBMS software without having to change the data structures.
Program-data independence allows changing the DBMS software without having to change the data structures.
Signup and view all the answers
The self-describing nature of a database system allows the DBMS software to work with different database applications.
The self-describing nature of a database system allows the DBMS software to work with different database applications.
Signup and view all the answers
In a database, a single user view is imposed on all users.
In a database, a single user view is imposed on all users.
Signup and view all the answers
Data modeling focuses on data storage details rather than data model constructs.
Data modeling focuses on data storage details rather than data model constructs.
Signup and view all the answers
Database systems do not support multi-user transaction processing.
Database systems do not support multi-user transaction processing.
Signup and view all the answers
OLTP allows only a single transaction to execute per second.
OLTP allows only a single transaction to execute per second.
Signup and view all the answers
Database users can be divided into only two categories.
Database users can be divided into only two categories.
Signup and view all the answers
The recovery subsystem ensures that transactions are only temporarily recorded in the database.
The recovery subsystem ensures that transactions are only temporarily recorded in the database.
Signup and view all the answers