Assignment #5 due 10/12/23
Note: I need to assign your gmail to the project so please everyone email me your gmail address.
Create a database on the project 'uconn customers' using your first initial and last name.
Insert the values for your information and your state.
use the select command to list this formation on screen. Need to join the customer table and the state table in the select.
select customer.FirstName, customer.LastName, states.StateName from customer, states where customer.StateCode = states.StateCode;
Copy and paste the output in an email
Creating and managing MySQL databases Go to SQL Note: For this exercise everyone will access the same project An email will go out to gmail ... uconnstamfordslp.blogspot.com |
No comments:
Post a Comment