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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14272Ward, Sydney98371PuyallupWashingtonUnited States
14439Cox, Brian, E98371PuyallupWashingtonUnited States
14452Gonzalez, Alex, A98371PuyallupWashingtonUnited States

Generated 2025-11-01 23:18:09.572 UTC