[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 2421   SHUFFLE   <  SKIP 1200  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26591Chen, Aimee3220GeelongVictoriaAustralia
26088Perry, Ethan98104SeattleWashingtonUnited States
25091Zeng, Jessie94519ConcordCaliforniaUnited States

Generated 2025-07-13 06:30:31.308 UTC