[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 1123   <  SKIP 2157  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22255Rogers, Nicole, E98104SeattleWashingtonUnited States
22290Jenkins, Jocelyn, R98104SeattleWashingtonUnited States
23480Coleman, Sydney, M98104SeattleWashingtonUnited States

Generated 2025-07-17 06:38:41.727 UTC