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.

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between the repeatable read and serializable isolation levels? : Transact sql

1177


how to present a past time in hours, minutes and seconds? : Sql dba

1063


How can a pl sql block be executed?

996


What are packages in pl sql and also explain its advantages?

1118


What is the process of copying data from table a to table b?

1132


Which nosql database is best?

1020


Which is better join or inner query?

1118


Do prepared statements prevent sql injection?

992


How do I view a view in sql?

991


What is the purpose of my sql?

1008


What is difference between inner join and cross join?

1015


Which kind of parameters cannot have a default value in pl sql?

1202


Can variables be used in sql statements?

1071


What is the difference between numeric and autonumber?

1035


Why do we use sql constraints? Which constraints we can use while creating database in sql?

1080