[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 1050  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14470Robinson, Jeremy, S94941Mill ValleyCaliforniaUnited States
20006Morris, Grace, A97071WoodburnOregonUnited States
24801Bailey, Chase, E98055RentonWashingtonUnited States

Generated 2025-07-09 00:59:40.213 UTC