Question: I need help with a list of SQL statements for a database called bookstore. This is for a MySQL class. I hope you can help

I need help with a list of SQL statements for a database called bookstore. This is for a MySQL class. I hope you can help me.

I need help with a list of SQL statements for a database

called bookstore. This is for a MySQL class. I hope you can

help me. Schema EMPLOYEE (employee id, store_id, last_name, first_name, phone, email, salary)

PRODUCT (product id, category_id, product_code, product_name, description, list_price, discount_percent, dateadded, vendor_id) CUSTOMER

Schema EMPLOYEE (employee id, store_id, last_name, first_name, phone, email, salary) PRODUCT (product id, category_id, product_code, product_name, description, list_price, discount_percent, dateadded, vendor_id) CUSTOMER (customer id, emailaddress, password, first_name, last_name, shipping_address_id, billing_address_id) CATEGORY (category id, category_name) ORDERS (order id, customer_id, employee_id, store_id, order_date, ship_amount, tax_amount, ship_date, shipping_address_id, cardt_ype, card_number, card_expires, billing_address_id) ORDERITEMS (item_id, order id, product id, item_price, discount_amount, quantity) VENDOR (vendor id, company_name, contact_Iname, contact_fname, address, city, state, zip, phone, fax, email) ADDRESS (Address Idd, Customer_Id, Line1, Line2, City, State, Zip_Code, Phone, Disabled) STORE (store id, store_id, region_id, region_name) ADMINISTRATORS (admin id, email_address, password, first_name, last_name)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!