[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 4807  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25315Cox, Cole, MCM11BillericayEnglandUnited Kingdom
26113Rivera, Caitlin, LV8POak BayBritish ColumbiaCanada
22183Jones, Benjamin, C98312BremertonWashingtonUnited States

Generated 2025-07-18 17:27:49.454 UTC