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
How to handle error in session method? : abap bdc
How can we create callable modules of program code within one abap/4 program? : abap modularization
What are the different types of luws?
What are the basic components of dialog program?
What is a projection view? : abap data dictionary
What is native sql?
What is a data dictionary? : abap data dictionary
What is payroll area
Can you create a table with fields not referring to data elements? : abap data dictionary
How to debug a sapscript?
What takes most time in SAP script programming?
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
Explain the Inportance of pa40? : abap hr
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
What is the difference between a dialog program and a report?