Pergunta de entrevista da empresa Revature

What is a foreign key, what is a primary key?

Resposta da entrevista

Sigiloso

17 de nov. de 2020

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