SQL - Table Relationships
A student tries to create a table for an entity
Course(course_id, title) but writes: CREATE TABLE Course course_id INT PRIMARY KEY, title VARCHAR(100); What is the error?