[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 4000   SHUFFLE   <  SKIP 2969  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26119Gray, Danielle, B90210Beverly HillsCaliforniaUnited States
19844Murphy, EmmaV8POak BayBritish ColumbiaCanada
11023Edwards, Seth, M90706BellflowerCaliforniaUnited States

Generated 2025-07-17 00:46:36.093 UTC