[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 3112   SHUFFLE   <  SKIP 90  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12315Rodriguez, Ann, SEC1R 0DULondonEnglandUnited Kingdom
25373Chande, Nichole94014ColmaCaliforniaUnited States
18764Scott, Natalie, K94063Redwood CityCaliforniaUnited States

Generated 2025-07-13 15:33:53.551 UTC