[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 999   SHUFFLE   <  SKIP 532  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27020Perry, Rachel, L91950National CityCaliforniaUnited States
12965Bell, Cody, A91950National CityCaliforniaUnited States
12735Mehta, Donald, S45001EssenHamburgGermany

Generated 2025-07-12 15:40:19.186 UTC