![]() |
(Quad Cities Campus) |
Assignment 2: Due 22 March, 2010
Instructions:
NOTE: There are useful handouts dealing with using MySQL on the hand outs page!!!
- Create a MySQL database on your MySQL server named 'assign2'
Instructions:
- Insert the following values into the Customer table:
CustNo: C4000009
CustFirstName: [Your First Name]
CustLastName: [Your Last Name]
CustStreet: [Your Street Address]
CustCity: [Your City]
CustState: [Your State Abrv.]
CustZip: [Your Zip]
CustBal: [350.99]
Create the queries to answer the following queries (NOTE: These are same queries from assignment 1):
Query 1: List the Customer Number, the name (first and last) and the balance of all customers.- Run your queries against your assign2 database
What to turn in:
- Print outs of your queries and the results of running your queries from the MySQL prompt.
- Ensure your print outs are stapled together and have your name labeled on all pages.