[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 250   SHUFFLE   <  SKIP 685  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18349Robinson, Jacob91977Spring ValleyCaliforniaUnited States
23900Yang, Rafael, A91480FrankfurtBayernGermany
20277Hall, Mary, R3337MeltonVictoriaAustralia

Generated 2025-07-11 21:47:58.313 UTC