Can someone please tell what is wrong with below SQL code?
CREATE TABLE student (
student_id INT PRIMARY KEY,
first_name VARCHAR(20),
major VARCHAR(20),
);
Asked by Lalita Joshi
(1 rep)
Jun 29, 2022, 05:32 AM
Last activity: Jun 29, 2022, 12:21 PM
Last activity: Jun 29, 2022, 12:21 PM