[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 3450  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21700Ramirez, Juan, M94303Palo AltoCaliforniaUnited States
16728Morris, Cole, D97222MilwaukieOregonUnited States
21936Reed, Emma, H91502BurbankCaliforniaUnited States
13203Bell, Bailey, E98501OlympiaWashingtonUnited States

Generated 2025-11-05 12:34:03.523 UTC