[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 0   SHUFFLE   <  SKIP 984  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20688Ramirez, Steven, A98201EverettWashingtonUnited States
26695Diaz, Jocelyn, D91950Lincoln AcresCaliforniaUnited States
19668Patel, Erick, C98168BurienWashingtonUnited States
24953Green, Aaron, R98104SeattleWashingtonUnited States

Generated 2025-11-02 01:07:58.213 UTC