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

SQL

SQL 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

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 (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 ldd, Customer_ld, Line1, Line2, City, State, Zip_Code, Phone, Disabled) STORE (store_id, store_id, region_id, region_name) ADMINISTRATORS (adminid, 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!