[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 3032   SHUFFLE   <  SKIP 736  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19680King, Jan97355LebanonOregonUnited States
21428Brooks, Jada, A98168BurienWashingtonUnited States
25917Long, Kyle92020El CajonCaliforniaUnited States

Generated 2025-07-19 13:52:56.262 UTC