[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 512   SHUFFLE   <  SKIP 1459  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21754Lopez, Kaitlyn97301SalemOregonUnited States
27392Romero, Felicia90706BellflowerCaliforniaUnited States
16226Blue, Maria, M98284Sedro WoolleyWashingtonUnited States
13902Simmons, Jeremiah94519ConcordCaliforniaUnited States

Generated 2025-07-13 01:47:16.303 UTC