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 will happen when we use single buffered selected?
How do you work with semi colon se[arated files in BDC ?
Differentiate between the uline and write: sy-uline statements if any?
What happens if a function module runs in an update task?
What is a multiple line field?
Differentiate database index and match code.
What primary key and foreign key relationship
Define abap/4 layer?
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
How many default tab strips are there?
What are the 2 other types of views, which are not allowed in release 3.0?
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
What is a report?
What are client dependant objects in abap/sap?