Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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.



1. what is the exact use of hint in sql. 2. How we can avoid index scan in sql even though index ..

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

Post New Answer

More SQL PLSQL Interview Questions

What are the possible values that can be stored in a boolean data field?

0 Answers  


How do you clear the screen in sql?

0 Answers  


Why should I use postgresql?

0 Answers  


Is sqlite thread safe?

0 Answers  


How do you handle exceptions. Give the syntax for it?

1 Answers   BCL, Microsoft,


what is the use of set statement in tsql? : Transact sql

0 Answers  


Explain the steps needed to create the scheduled job?

0 Answers  


Explian rowid, rownum?

0 Answers  


What is anonymous block in sql?

0 Answers  


What is the use of primary key?

0 Answers  


Is coalesce faster than isnull?

0 Answers  


What is substitution variable in pl sql?

0 Answers  


Categories