[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 0   SHUFFLE   <  SKIP 3011  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23033Turner, Alex, J90712LakewoodCaliforniaUnited States
14355King, Ian97355LebanonOregonUnited States
27409Smith, Preston, J94014ColmaCaliforniaUnited States
16900Jones, Miguel, R92102San DiegoCaliforniaUnited States

Generated 2025-11-01 06:12:31.224 UTC