1. what is the exact use of hint in sql.
2. How we can avoid index scan in sql even though index is
there in the table.
Answer / karkuvelrajan muthusamy
1. Hints instructs the optimizer to generate the explain
plan as hinted rather than the optimizer choosing its own
explain plan..
2. There are many ways like disabling the index usage by
implementing a function or an operation on the indexed
column OR giving a FULL hint in the query for that
particular table etc
Is This Answer Correct ? | 7 Yes | 0 No |
How many types of triggers are there in pl sql?
What are the types of records?
What is difference between TRUNCATE & DELETE?
16 Answers Ahn Infotech, CitiGroup, ICICI, PreVator, Saama Tech, SkyTech, TCS,
how many sql ddl commands are supported by 'mysql'? : Sql dba
What is sql entity?
What are different sql data types?
how can we repair a mysql table? : Sql dba
How do I find duplicates in two columns?
What are sql functions? Describe in brief different types of sql functions?
IF i write before / after insert / update trigger and i do rollback what will happen?
What is the difference between join and natural join?
counting the no.of characters occurs in a string by using pl/sql function