|
|
| Author |
Message |
vamseepotti
New User
Joined: 21 Oct 2003 Posts: 46
|
|
|
|
When we use index and when we use subscipt?
Thanks regards,
Vamsee. |
|
| Back to top |
|
 |
References
|
Posted: Sun Feb 15, 2004 10:33 pm Post subject: Re: When we use index and when we use subscipt? |
 |
|
|
 |
mdtendulkar
Active User
Joined: 29 Jul 2003 Posts: 257 Location: USA
|
|
|
|
Hello vamseepotti,
Usage of subscripts and indexes totally depend on the programmer
Generally indexing is used when the table is large and if we want to search for specific occurance of the field, and if the table is relatively small then we use subscripting.
Hope this helps,
Regards
Mayuresh Tendulkar |
|
| Back to top |
|
 |
|
|