Advertisement
zippy1981

Adventure Works

Jul 10th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.25 KB | None | 0 0
  1. SELECT
  2.         CustomerID, Title, FirstName, MiddleName, LastName,
  3.         Suffix, Phone, EmailAddress, EmailPromotion, AddressType,
  4.         AddressLine1, AddressLine2, City, StateProvinceName, PostalCode,
  5.         CountryRegionName, Demographics
  6. FROM Sales.vIndividualCustomer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement