NPTEL DBMS 2025 Week 1
NPTEL DBMS 2025 Week 1
Because it provides the flexibility of changing metadata, so adding another piece of data to
each relation record becomes very easy.
Question
“Data Model” is nothing but a data structure where data is stored.
Solution
False
Data model is a collection of conceptual tools to describe the database at a certain level of
abstraction.
RDBMS is the most widely used DBMS to create a database but a database can also be
created by using OS file system and custom-made programs.
Question
Relational data model provides the concept of “Entity”.
Solution
False
Recovery manager takes control of the system when it recovers after a failure.
Question
People who develop the application programs need not know the physical schema of the
database.
Solution
True
Question
People who develop the application programs need to know the logical schema of the
database completely.
Solution
True
Question
A log in the RDBMS keeps track of update operations of all transactions.
Solution
True
Question
Complete the sentence: Physical Data Independence is the ability to modify...
● The various entity types of interest and the relationships among them in the domain
being modeled.
● Various tables and links among them in the domain being modeled.
● The various entity types of interest and the relationships among them in the domain
being modeled along with operations to be performed on data.
● Various tables and links among them in the domain being modeled along with
operations to be performed on data
Solution
● The various entity types of interest and the relationships among them in the domain
being modeled.
Question
A person who develops a high-level language program that meets a functional requirement
of the database is usually called:
● A naive user
● An application programmer
● A data analyst
● A DB administrator
Solution
● An application programmer
Question
The people playing the following role need NOT have an understanding of the complete
logical schema of the database:
● Data-entry Operator
● Application Programmer
● Data Analyst
● Database Administrator
Solution
● Data-entry Operator
Question
Which of the following are true?
S1: A view usually provides access to a part of the data relevant to a group of users