Answer Posted / sunny
A table can be created without using the primary key.
first understand why we use primary key on a table:-
1.in order to avoid inserting of duplicate values in a table,we use primary key,we can create a table with different values.
2.in order to establish the relation with other table by the use of primary key in parent table and foreign key in child's...without establishing the relation with any other table also ,we can create a table without having any primary key
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what is user specific parameter?
Explain the difference between free and refresh?
What is the meaning of abap/4 editor integrated with abap/4 data dictionary?
What are the types of subroutines? : abap modularization
What is a modification assistant?
What are the different methods of bdc? : abap bdc
What is the use of start-of-selection.,if not use in report what will happen,?
What are two different ways to add fields to sap tables?
What are the types of indexes in abap?
Explain client-dependent and client-independent tables.
In which particular scenario we use sorted table and which particular scenario we use standard table?
Why do we use FOR ALL ENTRIES and what is the pre-requisite
What is a type-pool?
What is get cursor field?
What is a table cluster? : abap data dictionary