[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   SKIP 750   SHUFFLE   <  SKIP 132  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12278Johnsen, Meredith40605DuesseldorfHessenGermany
14625Simmons, Benjamin, I98270MarysvilleWashingtonUnited States
26063Lu, Wesley, P98225BellinghamWashingtonUnited States

Generated 2025-07-13 19:56:48.121 UTC