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...

How do you optimize SQL queries ?

Answer Posted / shail

Use function based index.
Ex: you have a date column and a simple index on it.
maximum queries referring to this column of this table
are like trunc(date_column). Then the index on this column
will be ignored. For this you can have function based index
like trunc(date_column) on this column.
This will speed up your sqls.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is tuple in sql?

1140


Why schema is used in sql?

1087


What is exception? What are the types of exceptions?

1112


How do I view a sql trace file?

1061


How to run sql statements with oracle sql developer?

1118


what is commit? : Sql dba

1121


What is cost in sql execution plan?

1041


How do you clear the screen in sql?

1122


What is the starting oracle error number? What is meant by forward declaration in functions?

1039


How do I write a cron which will run a sql query and mail the results to agroup?

1027


What are the methods of filing?

988


How to take user input in pl sql?

1201


How many scalar data types are supported in pl/sql?

1101


What is database white box testing and black box testing?

1155


What is nosql example?

1089