CUSTOMERS northwind customers customerid Companyname CustomerID Companyname City select distinct city from customers order by city Country select distinct country from customers order by country CustomerName ContactName City Country SELECT CustomerID,Companyname AS [Customer Name],ContactName AS [Contact Name],City,Country FROM Customers SELECT CustomerID,Companyname AS [Customer Name],ContactName AS [Contact Name],City,Country, customerid as Orders FROM Customers Orders SELECT customerid,companyname,contactname,contacttitle,address,city,region,postalcode, country,phone,fax FROM Customers

Customer Information
CustomerID:
Customer Name:
Contact Name:
Title:
Address:
City: Region:
PostalCode: Country:
Phone: Fax: