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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11205Fernandez, Abby98168BurienWashingtonUnited States
11230Turner, Amber90401Santa MonicaCaliforniaUnited States
18942Ortega, Billy90706BellflowerCaliforniaUnited States

Generated 2025-07-11 01:24:21.953 UTC