GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  PL/SQL

 Print  |  
Question:  Indexed Select Statement

Answer: How can we find the select statement is indexed or not?


September 09, 2008 22:11:17 #2
 shaukat.vadsaria   Member Since: September 2008    Total Comments: 1 

RE: Indexed Select Statement
 

It is based on the time consumed to fetch the result set of the select statment. If the select statment is taking time to retrieve the data it mean that it is using the full table scan and no indexes or wrong indexes has been created in table

     

 

Back To Question