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
Summary

Instruction

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

Each customer has a 5-letter customer_id column and a company_name column. There are also columns related to the contact person (contact_name, contact_title) and columns related to the customer's address and fax.

Exercise

For each customer select customer_id, company_name, contact_name, contact_title, and city.

Stuck? Here's a hint!