[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 575   SHUFFLE   <  SKIP 2616  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28053Howard, Jared, C90210Beverly HillsCaliforniaUnited States
22225Murphy, Jessica98027IssaquahWashingtonUnited States
16100Johnson, Jose, L94014ColmaCaliforniaUnited States
24527Coleman, Gavin95062Santa CruzCaliforniaUnited States

Generated 2025-07-17 22:31:41.215 UTC