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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14060Sharma, Cedric, A3000MelbourneVictoriaAustralia
13237Stewart, Devin, E90505TorranceCaliforniaUnited States
11791Morgan, Chase, D99202SpokaneWashingtonUnited States

Generated 2025-07-13 07:45:13.376 UTC