Advanced DBMS

Advanced topics in Database Management Systems including data models, SQL optimization, transactions, recovery, and data warehousing concepts.

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

DBMS permits each record to be comprised of numerous records of parent as well as child thus generating a network structure is

  1. hierarchical model
  2. network model
  3. relational model
  4. object-relational model
  5. object model
Question 2 Multiple Choice (Single Answer)

Which of the following objects in DBMS is a conceptual representation that captivates the relations' real meaning with the data items?

  1. Database client
  2. Database server
  3. Database
  4. Data model
  5. CODASYL
Question 3 Multiple Choice (Single Answer)

Which of the following advantages in Object-Relational databases allows to utilize the relationships among data so as to gather related records effortlessly?

  1. Flexibility
  2. Reusability
  3. Managing relationships
  4. Abstraction
  5. Cost
Question 4 Multiple Choice (Single Answer)

Which of the following languages is used in SQL to define the structure of the table?

  1. DML
  2. DDL
  3. Assembly language
  4. Low level language
  5. High level language
Question 5 Multiple Choice (Single Answer)

Which of the following methodologies is used to optimize a group of SQL queries altogether with the help of common sub-expressions to save cost and time?

  1. Greedy algorithm
  2. Mobile database system
  3. Multi-query optimisation
  4. Query tree
  5. Join operation
Question 6 Multiple Choice (Single Answer)

Which of the following techniques used for denormalization is the one in which the database table is split by rows?

  1. Duplicate data
  2. Summary data
  3. Horizontal partitioning
  4. Vertical fragmentation
  5. Primary key
Question 7 Multiple Choice (Single Answer)

_________ occurs in DBMS when inconsistencies arise due to the removal of record from a relation.

  1. Modification anomaly
  2. Insertion anomaly
  3. Deletion anomaly
  4. Update anomaly
  5. Exit anomaly
Question 8 Multiple Choice (Single Answer)

Which of the following tasks performed by transaction manager has the liability to interfere and terminate one or more transactions to allow others to continue?

  1. Logging
  2. Concurrency control
  3. Deadlock resolution
  4. Primary key
  5. Foreign key
Question 9 Multiple Choice (Single Answer)

Which of the following transaction recovery methods is an operation where all the updated buffers are written to the disk by the DBMS?

  1. Database checkpoint
  2. Database buffers
  3. Write-ahead protocol
  4. Redundant transaction logs
  5. Lock table
Question 10 Multiple Choice (Single Answer)

___________ files in Oracle contain specific format about the containing objects.

  1. Flat
  2. Dump
  3. Redo log
  4. Metadata
  5. Data mining
Question 11 Multiple Choice (Single Answer)

Which of the following joins in relational algebra records from both the files P and Q are hashed to a single hash file by utilising the same function on the join attributes M of X and N of Y as hash keys?

  1. Nested loop join
  2. Single loop join
  3. Sort merge join
  4. Hash join
  5. Equi join
Question 12 Multiple Choice (Single Answer)

Which of the following forms of data in data staging component involves many forms of combining pieces of data from the different sources?

  1. Data extraction
  2. Data transformation
  3. Data loading
  4. Archived data
  5. External data
Question 13 Multiple Choice (Single Answer)

____________ data warehouses have the components distributed across a number of physical databases.

  1. Real time
  2. Federated
  3. Distributed
  4. Archived
  5. External
Question 14 Multiple Choice (Single Answer)

Which of the following types of data loading in data warehouse is the one that completely erases the contents of one or more tables and reloads it with a fresh data?

  1. Initial load
  2. Incremental load
  3. Full refresh
  4. Enrichment
  5. Selection
Question 15 Multiple Choice (Single Answer)

Which of the following schemas is the one used for normalizing the dimension tables in a star schema?

  1. Snowflake schema
  2. Star schema
  3. Fact constellation
  4. Fact tables
  5. Foreign key