[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 999   SHUFFLE   <  SKIP 524  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25282Perez, Gabriel, E92118CoronadoCaliforniaUnited States
26745Huang, Valerie, J6006PerthSouth AustraliaAustralia
15217Jai, Ethan3000MelbourneVictoriaAustralia

Generated 2025-07-08 18:48:56.030 UTC