[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 5051  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14439Cox, Brian, E98371PuyallupWashingtonUnited States
14452Gonzalez, Alex, A98371PuyallupWashingtonUnited States
14657Thomas, John, W98371PuyallupWashingtonUnited States
14728Henderson, Elizabeth98371PuyallupWashingtonUnited States

Generated 2025-07-14 03:35:51.094 UTC