[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 31   SHUFFLE   <  SKIP 357  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19993Russell, Nathan98033KirklandWashingtonUnited States
19103Raman, Johnathan4551CaloundraQueenslandAustralia
29062Liu, Dennis3205South MelbourneVictoriaAustralia

Generated 2025-07-14 06:07:02.889 UTC