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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26528Garcia, Samuel98020EdmondsWashingtonUnited States
26544Ramirez, Riley, E98020EdmondsWashingtonUnited States
26726Rivera, Danielle98020EdmondsWashingtonUnited States

Generated 2025-07-20 22:15:53.739 UTC