[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 1211   SHUFFLE   <  SKIP 3678  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26028Garcia, Brandy1002SydneyNew South WalesAustralia
17581Henderson, Jack, M94063Redwood CityCaliforniaUnited States
20450Tang, Edwin1597Lane CoveNew South WalesAustralia

Generated 2025-07-13 09:46:20.153 UTC