DBMS- Query, Transaction and Serurity Management Questions and Answers
Practice ModeShowing 10 of 16 questions
Q1
Query processing is the procedure of selecting the most appropriate plan that is used in responding to a database request
Answer: Option A
Q2
Execution plan is a series of query complication steps.
Answer: Option A
Q3
The cost of processing a query is usually dominated by secondary storage access, which is slow compared to memory access.
Answer: Option A
Q4
The transformed query is used to create a number of strategies called execution (or access) plans.
Answer: Option A
Q5
The internal query representation is usually a binary query tree.
Answer: Option A
Q6
A Query is contradictory if its predicate cannot be satisfied by any tuple in the relation(s).
Answer: Option A
Q7
In which phase of the query processing are the queries that are incorrectly formulated or are contradictory are rejected ?
Answer: Option A
Q8
Heurisitic rules are used as an optimization technique to modify the internal representation of a query.
Answer: Option A
Q9
Transformation rules are used by the query optimiser to transform one relational algebra expression into an equivalent expression that is more efficient to execute.
Answer: Option A
Q10
Systematic query optimization is used for estimation of the cost of different execution strategies and choosing the execution plan with the lowest cost estimate.
Answer: Option A