How would you pass hints to the sql processor?
Answer / Shalu Singh
SQL hints are used to influence how the SQL optimizer processes a query. You can pass hints in your SQL statement by using the keyword 'hint' followed by the hint name and its value. For example: SELECT /*+ INDEX(my_table idx_name) */ * FROM my_table;
| Is This Answer Correct ? | 0 Yes | 0 No |
How long will it take to learn pl sql?
What is the basic structure of an sql?
What is sql indexing?
What is difference between table and view?
Is left join inner or outer by default?
How many types of sql are there?
what is error ora-03113: end-of-file on communication channel?
What is the Difference between Procedure and Function.Can we call a Function in a DML?
Does truncate need commit?
Why is a trigger used?
What is pl sql block structure?
What is an Integrity Constraint?
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)