[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 650   SHUFFLE   <  SKIP 1920  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19134Allen, Sierra, S94070San CarlosCaliforniaUnited States
20270Phillips, Kevin, L91932Imperial BeachCaliforniaUnited States
29157Powell, Seth95062Santa CruzCaliforniaUnited States

Generated 2025-07-20 23:05:18.842 UTC