select * from posts;
select * from comments;
insert into books (Title, SeriesID, AuthorID) VALUES ("Lair of Bones", 2, 2);