What of the following is a correct SQL statement?
Select the correct answer
CREATE students (id INT, name VARCHAR(32))
CREATE students (id INT, name VAR(32))
CREATE TABLE students (id INT, name CHAR(32))
CREATE TABLE students (id INT)
How can we improve it?
Thanks for your feedback!
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Swipe to show menu