Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

primary keytable is

Former Member
0 Kudos

hi experts,

what is index, how can creat this?

thanks in advance

radhakrishna.

2 REPLIES 2

Former Member
0 Kudos

Hi,

Every table by default have a Prinmary index based on the Primery keys.

Means when you wants to fetch data , it is easily fetched using that primary Index(based on primary keys).

Some time we may need to fetch data from the tables by using other fields which are not key fields. Then in that case to fetch the data fast we have to create the seconday indexes , so that the data is fetched fast using that Index.

Regards,

Anji