1CREATE TABLE users ( 2 user_id INT UNIQUE, 3 name STRING(40), 4 email STRING(40) 5);
View as plain text