SQL Tuning, Oracle Server 10g:
Why is the following hint invalid?
SELECT /*+ first_rows parallel(table_name,paral_number)*/
Answer Posted / 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 |
Post New Answer View All Answers
Write a sql query to get the third highest salary of an employee from employee_table?
Is left join same as join?
how to create a table index in mysql? : Sql dba
Are subqueries faster than joins?
What is cursor status?
what is text? : Sql dba
What is the difference between the repeatable read and serializable isolation levels? : Transact sql
Explain alias in sql?
What is the usage of the distinct keyword?
Which are the different case manipulation functions in sql?
Explain how to use transactions efficiently : transact sql
Explain select statements in sql?
what is msql? : Sql dba
What is sql rowcount?
What is the purpose of a sql?