SQL Tuning, Oracle Server 10g:
Why is the following hint invalid?
SELECT /*+ first_rows parallel(table_name,paral_number)*/
Answer / mark berlin
Because first_rows access and parallel access are mutually
exclusive.
Parallel always assumes full table scan, first_rows is an
index access
Is This Answer Correct ? | 3 Yes | 1 No |
What are data types in pl sql?
What are the different types of database management systems?
What are the usage of SAVEPOINTS?
How do you change a value in sql?
what is definer rights invoke rights?
what is the use of HASH, LIST partitions?
What is a data manipulation language?
What is a unique constraint?
Explain the two type of Cursors ?
What is a loop in sql?
what is difference between delete and truncate commands? : Sql dba
What is secondary key?