[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SHUFFLE   <  SKIP 2345  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24980Phillips, Savannah91950Lincoln AcresCaliforniaUnited States
19799Taylor, Austin, L91364Woodland HillsCaliforniaUnited States
14770Andersen, Melvin, DSL4 1RHBerksEnglandUnited Kingdom
23375Zhang, Christian, D95062Santa CruzCaliforniaUnited States

Generated 2025-07-11 16:38:17.320 UTC