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 |
What do you mean by cursor?
What is the use of DELGEN in DB2? Can we Write the program with out using it?
What is the advantage in De-normalizing tables in DB2?
What is the difference between IN subselects and EXISTS subselect?
Describe what a storage group(STOGROUP) is?
What is a PLAN table? How will you use it? Give the various fields of PLAN table?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
How we create a tables in db2,what is the process/syntax to create a table with example plz?
Explain the contents that are a part of dclgen.
How does one remove entries from the SCT02 table?
What information is held in SYSIBM.SYSCOPY?
Explain an outer join?