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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28127Price, Fernando95062Santa CruzCaliforniaUnited States
12416Martinez, Veronica, S90706BellflowerCaliforniaUnited States
20397Gray, Isaiah, A91941GrossmontCaliforniaUnited States

Generated 2025-07-21 18:40:20.876 UTC