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
What is the difference between refresh and free statements?
What is the function of the transport system and workbench organiser? : abap data dictionary
What is a batch input session? : abap hr
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.
out bound process code for quotation?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
What are the advantages of logical databases : abap hr
What is a table pool?
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
What are the personnel administration related Infotypes
Explain the session method? : abap bdc
What are the functional areas, user groups? How does abap query work in relation to these?
What is the difference between a structure and a table? : abap data dictionary
What is the difference between retroactive accounting period, earliest retroactive accounting period? : sap abap hr
What are the requirements a dialog program must fulfill?