Building the Database
Here are all the entities we have so far: * Category * Book * Address * Author * Book_Author * Customer * Bookstore_Order * Review * Tax * Promotion * Event Initial set of tables: CREATE TABLE IF NOT EXISTS Category ( category_