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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26958Xu, Jerry45000OrleansLoiretFrance
23054Moore, David, A98270MarysvilleWashingtonUnited States
13088Powell, Megan98284Sedro WoolleyWashingtonUnited States

Generated 2025-07-12 01:08:50.744 UTC