What is the diffrence between index and primary key?
Answer Posted / shankar
Index is used for faster recovery of data from database
table.We have Primary index and secondary index.
Primary key is a column in a table whose values uniquely
identify the rows in the table.
A Peimary key value cannot be null..
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What happens Update command is used without where clause ?
What are th control break events in abap?
What is the function of a data element? : abap data dictionary
What data is contained? : abap data dictionary
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
Is it possible to bring select option in module pool screens?
What are two different ways to add fields to sap tables?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
What are different types of parameters?
What are the advantages of logical databases?
What are the differences between session method and call transaction method? : abap bdc
How many types of tables exists and what are they in data dictionary? : abap data dictionary
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
Explain the differences between at selection-screen and at selection-screen output?
Can you create an internal table dynamically?(at run time)