View previous topic :: View next topic |
Author |
Message |
rishikesh_u Beginner
Joined: 26 Jul 2004 Posts: 5 Topics: 3
|
Posted: Wed May 18, 2005 9:12 am Post subject: Creating Index |
|
|
Hi,
Can anyone please clarify on what factors should we consider while creating Index.
Suppose say I have a query like
SELECT EMP-NAME
FROM EMP-TABLE
WHERE EMP-NO = 12345
Creating index on EMP-NAME or EMP-NO which one would be more efficient???
Thanks,
Rishi. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
|
|