Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Prefixo PK + Nome da tabela.

  2. Exemplo:

CREATE TABLE Cliente( identificador INT NOT NULL CONSTRAINT PK_

...

Cliente PRIMARY KEY);

🗝️ Foreign Key

  • A constraint Foreign Key será nomeada conforme:

...