[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 4000   SHUFFLE   <  SKIP 2356  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22381Patterson, Hunter, B95010HofBayernGermany
13806Mehta, Bryant, C94310OrlyVal de MarneFrance
17647Lopez, Molly, C59140DunkerqueNordFrance
25950Kumar, Kyle98270MarysvilleWashingtonUnited States

Generated 2025-07-21 12:53:25.484 UTC