what is Composite key in table creation? what is the use?
Answer Posted / nishant nayak
A composite key consists of two or more columns, designated together as a table's primary key. Multiple-column primary keys can be defined only as table-level constraints:
A composite key has more than one attribute (field).
Used in database management systems as a key which has two or more fields in the columns in the table, or in a file.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
where do we store all custom programs in SD module?
What is the t-code to display batch input sessions? : abap bdc
Difference between .Include and .append?
Explain the disadvantage of using exec sql statement in abap?
What are the different modules of sap? : sap abap hr
how to read the standard field value in your custom program.
Explain the advantages and disadvantages of different types of bdc's?
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
What is the difference between rfc and bapi function modules? : abap bdc
What is the difference between collect and append statements?
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
How to combine multiple order in one Delivery ( Step by Step)?
Mention some important events in abap programming.
What are the different types of the variable in the sap abap?
What is the use of program rsbdcsub? : abap bdc