Answer Posted / sourav mukhopadhyay
Create index INDEXNAME
ON table(column-name);
Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
How do I find my oracle client driver version?
Respected sir, Please send me technical questions related to oracle apps..
How many objectname will be created for a single table drop function? Why 'flashback' query giving error "ORA-38312: original name is used by an existing object" while getting the table?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
What are data pump export and import modes?
How to connect to a local oracle 10g xe server?
What is a package ? What are the advantages of package ?
How do we display rows from the table without duplicates?
What is a procedure in oracle?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
What is logical backup in oracle?
Does oracle charge for java?
Is it possible to split the print reviewer into more than one region ?
how to join query for one source type is oracle another source type is sql server ?
What is the maximum limit on the number of columns in a table?