Search
 
SCRIPT & CODE EXAMPLE
 

SQL

ajouter une clé etrangere mysql

ALTER TABLE Commande
ADD CONSTRAINT fk_client_numero FOREIGN KEY (client) REFERENCES Client(numero);
Comment

PREVIOUS NEXT
Code Example
::  
Sql ::  
Sql :: postgresql allow remote connection 
::  
Sql ::  
::  
::  
Sql ::  
::  
Sql ::  
Sql ::  
Sql ::  
::  
Sql :: SQL date part only of datetime 
Sql ::  
::  
Sql :: how to add where command in update comand with joins 
::  
::  
::  
::  
Sql :: SQL Auto Increment Primary Key - SQL Server 
Sql :: add column if not exists mysql 
Sql ::  
::  
::  
::  
Sql ::  
:: database dump mysql command 
::  
ADD CONTENT
Topic
Content
Source link
Name
9+4 =