What is a foreign key, what is a primary key?
Anonymous
Foreign keys are used to create a relation between two tables (generally use the primary key from another table). Primary keys are used to uniquely identify a row in a table. it cannot be null
Check out your Company Bowl for anonymous work chats.