[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 2500   SHUFFLE   <  SKIP 1964  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29026Mitchell, Sydney91203GlendaleCaliforniaUnited States
11341Zeng, Randy, AGL50CheltenhamEnglandUnited Kingdom
16102Alexander, Marcus, M94014ColmaCaliforniaUnited States
11219Cook, Charles97071WoodburnOregonUnited States

Generated 2025-07-19 12:11:51.346 UTC