Introduction To Database Systems - Unit 3 - Week 1
Introduction To Database Systems - Unit 3 - Week 1
True
False
Yes, the answer is correct.
Score: 0.5
Accepted Answers:
True
Database systems are designed to manage large amounts of information. 0.5 points
True
False
Yes, the answer is correct.
Score: 0.5
Accepted Answers:
True
DBMS is a software system for database management and manages a single database. 0.5 points
True
False
Yes, the answer is correct.
Score: 0.5
Accepted Answers:
False
Many users can concurrently access a particular database. 0.5 points
True
False
Yes, the answer is correct.
Score: 0.5
Accepted Answers:
True
True
False
Yes, the answer is correct.
Score: 0.5
Accepted Answers:
True
DBMS guarantees the availability of data when a user tries to retrieve the data. 0.5 points
True
False
No, the answer is incorrect.
Score: 0
Accepted Answers:
True
In DBMS, record structures are hard-coded into its internal programs. 0.5 points
True
False
Yes, the answer is correct.
Score: 0.5
Accepted Answers:
False
A “log” in the RDBMS keeps track of update operations of all transactions. 0.5 points
True
False
Yes, the answer is correct.
Score: 0.5
Accepted Answers:
True
What is the most appropriate matching between the following sets where set S1 represents 2 points
a type of enterprise and set S2 represents the type of information that an enterprise wants to store
as a database?
S1: {w: Airline; x: Telecommunication; y: Banking; z: Universities}
S2: {p: reservation and schedule information; q: customers, accounts, loans, and associated
information; r: information about the communication networks; s: information about students,
courses, grades, etc.}
Schema definition
Schema modification
Granting of authorization for data access
All of the above
Yes, the answer is correct.
Score: 2
Accepted Answers:
All of the above
Consider a typical data retrieval request in DBMS. Find the statement which is TRUE. 2 points
The data retrieval query always returns the records in sorted order.
The query formulation is based on the conceptual schema.
The query formulation is based on the physical schema.
None of the above is TRUE.
Yes, the answer is correct.
Score: 2
Accepted Answers:
The query formulation is based on the conceptual schema.
What is FALSE regarding the relational data model: 2 points