Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3
CREATE TABLE student(     id int NOT NULL auto_increment PRIMARY KEY,     name varchar(255) NOT NULL,     exam_id int,       FOREIGN KEY (exam_id) REFERENCES exams(id) ); Take a look: http://www.mysqltutorial.org/mysql-foreign-key/
11th Dec 2018, 9:50 PM
dρlυѕρlυѕ
dρlυѕρlυѕ - avatar