What are foreign keys?
Answer / vamsikrishnamraju
A foreign key is a referential constraint between two
tables.The foreign key identifies a column or a set of
columns in one (referencing) table that refers to a column
or set of columns in another (referenced) table. The
columns in the referenced table must form a primary key or
unique key.
| Is This Answer Correct ? | 4 Yes | 0 No |
PLAN IS EXECUTABLE AND PACKAGE IS NOT EXECUTABLE . THEN WHAT IS THE USE OF PACKAGE?
2 Answers Tech Mahindra, Wipro,
can any one give the list of some important sql abend codes which r frequently asked in interviews?
What is lock escalation in db2?
what is difference between Static call and Dynamic call? How does it function?
what is a collection?
In SPUFI suppose you want to select maximum of 1000 rows, but the select returns only 200 rows. What are the 2 SQLCODEs that are returned?
Is it mandatory to use DCLGEN? If not, why would you use it at all?
wt is view ? wht r the restrictions for view ?
how to execute qcmdexc in rpgle?plz write code also?
explain about index with examples
What is explain in db2?
What is a trigger in the db2 database?