I have a table with 20,000 records when i write query as follows to retrieve data
select emp_id from emp;
it is talking 13 to 15 sec to execute how can i get data faster from the table. Note it is not 20,000 also more.
here is the out put emp_id nothing but mtrl_cd here
 columnname ID      PK null       datatype     Histogram  numdistinct
    MTRL_DESC   2       Y   VARCHAR2 (100 Byte)   None    19480         
    MTRL_CD     1   1   N   VARCHAR2 (9 Byte)     None    19990
 
     
    