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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24739Sanders, Dalton91950National CityCaliforniaUnited States
25161Flores, Isabella91950National CityCaliforniaUnited States
24954Long, Jonathan91950National CityCaliforniaUnited States

Generated 2025-07-12 12:24:55.762 UTC