solution - DBMS (Database Management System) : Basic (Test 3)

Question : Which of the following is a key benefit of using data models?

Solution :
314120260407093805 Correct Answer : Improves communication between users and developers

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : Which data model allows flexible structure where same type of data may have different attributes?

Solution :
350120260407093734 Correct Answer : Semistructured Model

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : Which of the following statements about the Entity-Relationship (ER) Model is correct?

Solution :
543620260407093703 Correct Answer : It models data using entities and relationships

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : Which data model represents data in the form of tables (rows and columns)?

Solution :
173320260407093631 Correct Answer : Relational Model

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : Which of the following best describes the primary purpose of a data model?

Solution :
299820260407093545 Correct Answer : To define data structure, relationships, and constraints

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : Which concept acts as a bridge between real-world objects and database design?

Solution :
135520260407093351 Correct Answer : Data Model

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : Which of the following is considered a component of a database schema?

Solution :
89620260407093315 Correct Answer : Tables, keys, and constraints

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : Which of the following statements is TRUE regarding schema and instance?

Solution :
653620260407093242 Correct Answer : Schema remains relatively stable, instance changes frequently

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : What is meant by a database instance?

Solution :
449420260407093203 Correct Answer : Data stored at a particular moment in time

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : Which of the following correctly defines a database schema?

Solution :
609320260407091634 Correct Answer : Logical structure or design of the database

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : Data independence is mainly achieved due to which DBMS architecture?

Solution :
550420260407091521 Correct Answer : Three-level architecture

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : Which of the following is TRUE about logical data independence?

Solution :
245820260407091446 Correct Answer : It allows changes in tables without affecting user views

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : Which type of data independence allows changes in the physical storage without affecting logical structure?

Solution :
319620260407091411 Correct Answer : Physical Data Independence

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : Which of the following correctly defines data independence?

Solution :
461620260407091329 Correct Answer : Ability to modify schema at one level without affecting others

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : What does data independence in DBMS primarily refer to?

Solution :
491220260407091300 Correct Answer : Data defined separately from application programs

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : Which type of DML describes what data is required without specifying how to retrieve it?

Solution :
809120260407091142 Correct Answer : Non-procedural DML

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : Which statement about Transaction Control Language (TCL) is correct?

Solution :
804820260407091113 Correct Answer : It manages transactions and ensures consistency

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : Which DBMS language is used to control access and permissions in a database system?

Solution :
281120260407091033 Correct Answer : DCL

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : Which of the following commands belongs to Data Manipulation Language (DML)?

Solution :
392320260407091001 Correct Answer : INSERT

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : Which DBMS language is primarily responsible for defining the structure and schema of a database?

Solution :
199220260407090927 Correct Answer : DDL

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : In a banking system, if money is debited from one account but not credited to another due to failure, which ACID property is violated?

Solution :
560220260407090803 Correct Answer : Atomicity

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : Which of the following is responsible for ensuring that committed data is not lost even after system failure?

Solution :
382420260407090739 Correct Answer : Durability

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : Which ACID property ensures that uncommitted changes of one transaction are not visible to other transactions?

Solution :
787220260407090654 Correct Answer : Isolation

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : If a database moves from one valid state to another after a transaction, which ACID property is maintained?

Solution :
721620260407090613 Correct Answer : Consistency

Description -

DBMS (Database Management System) : Basic (Test 3)

Question : Which of the following best explains the Atomicity property in DBMS?

Solution :
938020260407090541 Correct Answer : A transaction is executed completely or not at all

Description -

DBMS (Database Management System) : Basic (Test 3)