Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Get to know the database
4. The Customers table
Basic revenue metrics
Summary

Instruction

Perfect! Let's move on to the Customers table.

Each customer has a 5-letter CustomerId column and a CompanyName column. There are also columns related to the contact person (ContactName, ContactTitle) and columns related to the customer's address and fax.

Exercise

For each customer select CustomerId, CompanyName, ContactName, ContactTitle, and City.

Stuck? Here's a hint!