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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19926Diaz, AlexandriaGL50CheltenhamEnglandUnited Kingdom
15501Simmons, Justin94014ColmaCaliforniaUnited States
16860Rogers, Haley, M90210Beverly HillsCaliforniaUnited States
12983Carter, Gabriella91932Imperial BeachCaliforniaUnited States

Generated 2025-07-10 19:28:59.583 UTC