[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 364   SHUFFLE   <  SKIP 1220  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19820Coleman, Alexandra, A91950Lincoln AcresCaliforniaUnited States
26325Robinson, Tyler, A99202SpokaneWashingtonUnited States
22092Young, Andrea98403TacomaWashingtonUnited States

Generated 2025-07-15 09:54:40.657 UTC