Create a table called projects with two columns: id (integer, primary key) and name (varchar up to 100, required).
Just CREATE/ALTER/DROP — no trailing SELECT needed.
Sign in to see submission history
Sign in to use AI Mentor
Your query result will appear here
No starting schema
This task starts with no tables — you'll create them via CREATE TABLE.