[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 1982  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28827Robinson, Joshua, E92118CoronadoCaliforniaUnited States
17869Mehta, Henry, R90210Beverly HillsCaliforniaUnited States
18915Gonzalez, Sydney92020El CajonCaliforniaUnited States

Generated 2025-07-22 15:12:00.171 UTC