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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15985Johnson, Devin91977Spring ValleyCaliforniaUnited States
13737Sanders, Garrett90706BellflowerCaliforniaUnited States
15090Mehta, Troy46236BottropNordrhein-WestfalenGermany

Generated 2025-07-09 05:12:26.730 UTC