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
Explain what is a foreign key relationship? Explain this with the help of an example.
What is your approach for writing a bdc program? : abap bdc
Explain the advantages of logical databases?
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
What are the function of the transport system and workbench organiser? : abap data dictionary
Can a posting run be deleted? : sap abap hr
Explain what are standard layouts sets in the sap script?
What are the different functions used in sap script? What are the parameters used in each function?
Explain buffering concept usage?
What are the events we use in dialog programming and explain them?
What is an update type with reference to a match code id? : abap data dictionary
Name some system global variables you can use in abap programs?
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
What is the meaning of abap/4 editor integrated with abap/4 data dictionary?
Explain the advantages and disadvantages of different types of bdc's?