Can we create a Table Without a Primary key?

Answer Posted / pradeep

A table widout a primary key wud be difficult to use wen it
comes to calculating its data wit other tables' data.Always
better to have a primary key.Hence if ur table has all
columns w/o unique values it always better to add a column
with serial number and make it the primary key.This wud also
help u in sorting and retriving values easily.

Is This Answer Correct ?    6 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is payroll area

1992


What is a table cluster? : abap data dictionary

896


1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?

6921


Can anyone done BDC/LSMW/BAPI for F-02 and F-04.If yes let me know the processs

2196


Explain the use of table maintenance allowed?

730


Explain the different types of screen keywords?

762


How you attach search help to data element? : sap abap data dictionary

908


How to transfer the objects? Have to transferred any objects?

802


What are critical issues you have faced in your project

3112


How can we decide weather we can enhance the standard infotype or not ? : abap hr

803


What is the difference between sum and collect?

1126


What are the two different ways of building a match code object? : abap data dictionary

826


What is the purpose of sum statement?

765


What are domains and data element? : abap hr

796


Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.

822