[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 512   SHUFFLE   <  SKIP 719  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13931Hernandez, Luke98052RedmondWashingtonUnited States
24507Garcia, Madison98020EdmondsWashingtonUnited States
17669Rivera, Olivia, N98284Sedro WoolleyWashingtonUnited States

Generated 2025-07-13 04:52:48.705 UTC