[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 4007  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29221Bennett, Kelly94611OaklandCaliforniaUnited States
16501Wood, Vanessa, V98104SeattleWashingtonUnited States
21150Ramirez, Alyssa98284Sedro WoolleyWashingtonUnited States

Generated 2025-07-21 03:22:43.498 UTC