This flashcard is just one of a free flashcard set. See all flashcards!
39
Wie kann ein Primärschlüssel eingefügt werden?
Alter table table_name
Add Primary key(column_name);
Alter table table_name
Add Foreign Key (column_name)
References table_name2(column_name2);
Add Primary key(column_name);
Alter table table_name
Add Foreign Key (column_name)
References table_name2(column_name2);
Flashcard info:
Author: @destructive_influen...
Main topic: Datenbanken
Topic: Datenbanken
Published: 27.04.2016