what is Composite key in table creation? what is the use?
Answer / 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 |
what is BDCRECXX contains?
I want to display the different data on the multiple main windows of the form in Sapscript. Is it possible ? If yes, then How?
What are lock objects?
What are components of layout in scripts?
what are the types of lists in pf-status in mod pool?
does select single *.. / select * .. affect performance ? how?
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
Can i have some Realtime Scenarios on Reports.
What is singleton pattern in OOPS?
what is Bapi?what is the functionality of Bapi?why we go for Bapi?
Explain what is sequence of event triggered in report?
I have 2 radio buttons with 2 fields each on selection screen.My requirement is like if click on 1st radio button the second radio button field should be disabled and and vice versa.How can i do that?