blob: 1cbbc288398083fd6ca254ff003d3868881a2f09 [file] [log] [blame]
CREATE TABLE books (
book_id integer,
title varchar(64),
primary key(book_id)
)