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 is dbo in sql?
How do I view a procedure in sql?
using comand prompt how can import table data and table space with example
why use cursors?
How do you run a query?
With out using count() function. How to the find total number of rows in a table?
Is stored procedure faster than query?
What is the usage of when clause in trigger?
What is the purpose of a secondary key?
What is an index in sql with example?
Can dml statements be used in pl/sql?
What is trigger and stored procedure in sql?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)