[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SHUFFLE   <  SKIP 12  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28852Watson, Mariah, R97034Lake OswegoOregonUnited States
21783Goel, Kate98168BurienWashingtonUnited States
21498Wilson, Cameron92118CoronadoCaliforniaUnited States
13938Cai, Alejandro, J90706BellflowerCaliforniaUnited States
18146Wang, Eugene20354HamburgHamburgGermany
13985Wood, Alexis, A91977Spring ValleyCaliforniaUnited States

Generated 2025-07-09 19:00:09.305 UTC