1CREATE TABLE books ( 2 user_id integer, 3 name varchar(40), 4 author varchar(40) 5);
View as plain text