0

when trying to create a table on sql CREATE TABLE student( student_id INT, name VARCHAR(20), major VARCHAR(20), PRIMARY KEY(student_id)

); DESCRIBE student;

i got this error...Msg 102, Level 15, State 1, Line 22 Incorrect syntax near 'DESCRIBE'.

  • 1
    What DBMS are you using? Did you check the documentation for that DBMS to see if `DESCRIBE` is supported, and the proper syntax for it if it is? – Ken White Oct 07 '21 at 03:42

0 Answers0