What is the diffrence between index and primary key?
Answer / 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 |
What is the use of table maintenance allowed?
can you create a script with out a main window?
6 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
in real time with the help of scripts what we can do?
What is at exit-command:?
Events used in Interactive Reports?
How to maintain Transport Request?
If yes then why do we require logical database
What happens if a function module runs in an update task? : abap modularization
I have two internal tables itab1 and itab2 and I had move the content of the itab1 to itab2 and then itab1 had to deleted
Events that can be used in both the classical and interactive reports
SUPPOSE WE ARE RUNNING A BDC PROGRAM IN BACK GROUND AND AT THE END WE FOUND THAT SOME RECORDS ARE NOT UPDATED?WHAT IS THE SOLUTIONS
I want to disable a field in selection screen so that it does not appear while displaying.How can i do that?wat wud be the code?