ClassWork
ClassWork
1. Strictly speaking, The Invoice table contains two fields it shouldn’t. Identify the
unnecessary fields.
2. Write an SQL statement to list all customers sorted by name.
3. Marketing want to target computer companies for a direct mailing. Write a query that lists
all companies with the words “Computer” or “Software” in their name.
4. Write an SQL statement to list all invoices for customers who are located in the state of
Colorado (CO).
Required output fields are: Customer ID, Customer Name, Invoice No, Sub-Total, Total.
Sort the results by City and then Zip code