Database Management System

SQL , RDBMS concepts , Oracle queries

25 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of the following is not a view level of database?

  1. Conceptual view
  2. Internal view
  3. External view
  4. None of the above
Question 2 Multiple Choice (Single Answer)

Which of the following is/are the properties of master list of an indexed file?

  1. It has a number assigned to each record.
  2. It contains only a list of keys and record numbers
  3. It is sorted in ascending order.
  4. Both (2) and (3)
Question 3 Multiple Choice (Single Answer)

Which of the following schemas has been established from top to bottom relationship among items in a database?

  1. Hierarchy schema
  2. Network schema
  3. Relational schema
  4. All of the above
Question 4 Multiple Choice (Single Answer)

How is recovery of the transaction done if deadlock occurs?

  1. By rollback of transaction
  2. By locking up the data
  3. Projection
  4. None of the above
Question 5 Multiple Choice (Single Answer)

The syntax of the query can be verified by

  1. rollback
  2. database administrator
  3. parser
  4. none of the above
Question 6 Multiple Choice (Single Answer)

Referential integrity constraint in relational database is specified with the help of

  1. primary key
  2. secondary key
  3. foreign key
  4. none of the above
Question 7 Multiple Choice (Single Answer)

Which syntax is used for duplicate removal?

  1. Select * from table
  2. Select distinct from table
  3. Select column 1and column 2 from table
  4. Select column 1 from table
Question 8 Multiple Choice (Single Answer)

A collection of information stored in a database at a particular moment is called

  1. index
  2. instance
  3. view
  4. none of the above
Question 9 Multiple Choice (Single Answer)

Which file contains information about transaction before it is committed?

  1. BLOB
  2. Updated.log
  3. LogFileMaxRolls
  4. None of the above
Question 10 Multiple Choice (Single Answer)

Which of the following parts has concurrency control?

  1. Command processing
  2. Projection
  3. Subschema
  4. None of the above
Question 11 Multiple Choice (Single Answer)

The QUEL query language belongs to

  1. Oracle
  2. Ingress
  3. Mysql
  4. None of the above
Question 12 Multiple Choice (Single Answer)

What do we call a directed graph which represents the deadlock?

  1. Deadlock graph
  2. Cyclic graph
  3. Wait for graph
  4. None of the above
Question 13 Multiple Choice (Single Answer)

What does multilevel indexing use?

  1. It uses a binary search tree.
  2. It uses binary search.
  3. Both (1) and (2)
  4. None of the above
Question 14 Multiple Choice (Single Answer)

Why do we use hashing function in a hierarchial database?

  1. To locate collisions
  2. To locate root
  3. To locate duplicate records
  4. To locate primary key
Question 15 Multiple Choice (Single Answer)

Which term do we use if DBMS comes between the users and database?

  1. Refree
  2. Barrier
  3. Gateway
  4. Interface
Question 16 Multiple Choice (Single Answer)

Duplicate data is also referred to as ________ .

  1. storage data
  2. control data
  3. redundant data
  4. accurate data
Question 17 Multiple Choice (Single Answer)

What are the preventive measures to be taken if we have begun an update operation to avoid dead lock?

  1. Lock the database
  2. Change the password
  3. Lock all the rows or tables
  4. Lock one row
Question 18 Multiple Choice (Single Answer)

Which of the following is not a database object?

  1. Index
  2. Cursor
  3. Sequence
  4. Trigger
Question 19 Multiple Choice (Single Answer)

Which of the following does not ignore NULLS values in its result?

  1. COUNT
  2. COUNT(*)
  3. MIN
  4. MAX
Question 20 Multiple Choice (Single Answer)

How can we process a data query statement in QUEL?

  1. By select statement
  2. By get statement
  3. By retrieve statement
  4. None of the above
Question 21 Multiple Choice (Single Answer)

What are the additional features included in EER modelling?

  1. Generalization
  2. Specialization
  3. Categorization
  4. All of the above
Question 22 Multiple Choice (Single Answer)

How can we evaluate the query execution strategy?

  1. By using cursors
  2. By using query tree
  3. By using singleton select
  4. None of the above
Question 23 Multiple Choice (Single Answer)

ER diagram was discovered by

  1. Mark Zuckerberg
  2. Dries Buytaert
  3. Prof. Peter Chen
  4. Lawrence Ellison and Bruce Scott
Question 24 Multiple Choice (Single Answer)

Which expression is used to fetch all column's data in a table?

  1. %
  2. +
  3. ?
  4. *
Question 25 Multiple Choice (Single Answer)

How can we create ROW level TRIGGER from following clauses used in creating trigger?

  1. For level
  2. For row level
  3. For each row
  4. None of the above