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 protect & endprotect?
Can you define a field without a data element?
What are the different types joins?
What is meant by a schema? : sap abap hr
What are the different modules of sap? : sap abap hr
Explain get pernr concept when we use logical data base? : abap hr
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
Explain some essential objects in abap dictionary?
Which function module reads the data for particular infotype ? : abap hr
Kindly help me to Know the process of mapping in EDI from R/3 to a convertor(third party which translates IDoc flatfile to EDIFACT /XML / FTP /HTTP ) ?
How many default tab strips are there?
What are the types of parameters in the function modules?
What are different abap/4 editors?
How to determine the attributes of an internal table?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?