[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 750   SHUFFLE   <  SKIP 3  >   <  TAKE 3  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14460Long, Jose98201EverettWashingtonUnited States
27927Zhao, OmarB29 6SLBirminghamEnglandUnited Kingdom
17780Huang, Alisha, E93290Tremblay-en-FranceSeine Saint DenisFrance

Generated 2025-07-09 15:19:16.666 UTC