[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 2000   SHUFFLE   <  SKIP 282  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14960Pal, Leonard, B92700ColombesHauts de SeineFrance
16124Murphy, Eduardo, SV8POak BayBritish ColumbiaCanada
13376Rai, Jerry, D94519ConcordCaliforniaUnited States
11865Rivera, Chloe, R91950National CityCaliforniaUnited States

Generated 2025-07-14 05:50:41.516 UTC