Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Is Foreign Key
What Is Foreign Key? - MySQL FAQs - Database Basics and Terminologies
✍: FYIcenter.com
A foreign key is a single column or multiple columns defined to have values that can be mapped to a primary key in another table.
2007-05-10, 5850👍, 0💬
Popular Posts:
Are risk constant through out the project ? * Never say that risk is high through out the project. R...
Can you tell me how to check whether a linked list is circular? Create two pointers, and set both to...
Does it matter in what order catch statements for FileNotFoundException and IOExceptipon are written...
What's the output of the following program? And why? #include main() { typedef union { int a; char b...
Can include files be nested? The answer is yes. Include files can be nested any number of times. As ...