[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 634   SHUFFLE   <  SKIP 50  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12150Wang, Logan, M92020El CajonCaliforniaUnited States
22254Scott, Fernando, C98270MarysvilleWashingtonUnited States
19662Powell, Lauren, EV8POak BayBritish ColumbiaCanada

Generated 2025-07-13 18:03:33.507 UTC