[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 0   SHUFFLE   <  SKIP 1010  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11856Hernandez, Seth, M97330CorvallisOregonUnited States
25810Sanz, Jimmy3000MelbourneVictoriaAustralia
27684Coleman, Emma98020EdmondsWashingtonUnited States

Generated 2025-11-02 00:33:15.127 UTC