On This Page

This set of DataBase Management System (DBMS) Multiple Choice Questions & Answers (MCQs) focuses on Database Management System Set 22

Q1 | Bitmaps can be combined with regular B+- tree indices for relations where a few attribute values are extremely common, and other values also occur, but much less frequently.
Q2 | What is the purpose of the index in sql server?
Q3 | How many types of indexes are there in sql server?
Q4 | How non clustered index point to the data?
Q5 | Which one is true about clustered index?
Q6 | What is true about indexes?
Q7 | Does index take space in the disk?
Q8 | If an index is                                    the metadata and statistics continue to exists
Q9 | In                                index instead of storing all the columns for a record together, each column is stored separately with all other rows in an index.
Q10 | A                                    index is the one which satisfies all the columns requested in the query without performing further lookup into the clustered index.
Q11 | Which of the following schemas does define a view or views of the database for particular users?
Q12 | Which of the following terms does refer to the correctness and completeness of the data in a database?
Q13 | If the state of the database no longer reflects a real state of the world that the database is supposed to capture, then such a state is called
Q14 | Ensuring isolation property is the responsibility of the
Q15 | In query processing, the                        is the lowest-level operator to access data.
Q16 | In a                          the system scans each file block and tests all records to see whether they satisfy the selection condition.
Q17 | Which algorithm uses equality comparison on a key attribute with a primary index to retrieve a single record that satisfies the corresponding equality condition.
Q18 | The strategy can retrieve a single record if the equality condition is on a key; multiple records may be retrieved if the indexing field is not a key is
Q19 | The algorithm that uses a secondary ordered index to guide retrieval for comparison conditions involving <,≤,≥, or > is
Q20 | The        algorithm scans each index for pointers to tuples that satisfy an individual condition.
Q21 | If access paths are available on all the conditions of a disjunctive selection, each index is scanned for pointers to tuples that satisfy the individual condition. This is satisfied by
Q22 | The space factor when determining the efficiency of an algorithm is measured by
Q23 | Which of the following case does not exist in complexity theory
Q24 | Which of the following is an attribute that can uniquely identify a row in a table?
Q25 | The relationship between DEPARTMENT and EMPLOYEE is a