311. Which Microsoft SQL server makes selection of the most appropriate index every table even if there are many predicates in the query:
Correct answer: (B)
Microsoft SQL server6.5
312. Which is implement it to the index intersection in index joins:
Correct answer: (C)
SQL server7.0
313. Which server can joins the indexes when only multiple indexes combined can cover the query:
Correct answer: (A)
SQL
314. How many types of disk I/O:
Correct answer: (B)
2
315. In which is types of I/O disk:
Correct answer: (C)
Both
316. Choosing for large and non-indexed tables, specifically for intermediate results can be termed as ___________:
Correct answer: (A)
Hashing
317. SMP stands for:
Correct answer: (C)
Symmetric multi-processing
318. Which in the database which is a software component in the RDBMS that carries out analysis of SQL statement for finding the best way for its execution:
Correct answer: (C)
Query optimizer
319. Which can be defined as the method in which the selected plan is executed at the query optimization stages:
Correct answer: (A)
Query execution
320. Which refers to technique of maintaining, managing and manipulating data store within the computer system by using SQL queries:
Correct answer: (B)
Query processing