[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 511   SHUFFLE   <  SKIP 1819  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16099Jenkins, Julian98104SeattleWashingtonUnited States
20192Campbell, Amber94704BerkeleyCaliforniaUnited States
15281Anderson, Hunter94704BerkeleyCaliforniaUnited States

Generated 2025-07-13 02:26:00.312 UTC