SQL: CREATE TABLE #13
Ready — edit the code above and click Run.
CREATE TABLE Products (Id INT PRIMARY KEY, Name TEXT NOT NULL);
Try solving on your own first, then reveal the official answer.
SQL interview practice.