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 are sqlcodes –803,-805, -811, -818,-904,-911,-913,-101, +100?
What is the format (internal layout) of ?TIMESTAMP??
My cobol program(not having any sql statements) is calling another cobol program ( having sql statements), what is needed for compilation and run in jcls .
What is syscat in db2?
What is the role of union all and union
Which component is responsible for db2 startup and shutdown?
i hav created a program and moved to production but failed to create the table which is been used in the program. the program shows error as soon as it is moved or installed in production or shows error during its runtime. what is the sqlcode for this error
What is check constraint in db2?
How to resolve -917 sql code in DB2?
Is db2 a programming language?
What is the difference between bind and rebind in db2?
Write a query to extract first 5 characters of a name in the column Stud_Name?