Clave externa en SQL DBMS

FOREIGN KEY (fk_col_name) 
REFERENCES target_table_name (pk_col_name);
mahmud