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 |
How to disable a trigger name update_salary?
What are the events on which a database trigger can be based?
how to fetch alternate records from a table? : Sql dba
Explain the difference between rename and alias?
what is External tables? explain with examples
What port does sql server use?
what is log shipping? : Sql dba
What is integrity in sql?
Can we create foreign key without primary key?
Can a trigger call a stored procedure?
What is the purpose of design view?
How many triggers can be implemented for a table?