InterviewSolution
Saved Bookmarks
| 1. |
What is the primary key and foreign key? |
|
Answer» Primary key is a unique value that identifies a row in a table.Foreign key identifies a column or set of columns in one table that refers to a colum or a set of column in other table Meow meow |
|