[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 650   SHUFFLE   <  SKIP 2224  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23839Howard, Savannah, L94014ColmaCaliforniaUnited States
26136Gonzalez, Tabitha, A2036MatravilleNew South WalesAustralia
25926Gutierrez, Larry2300NewcastleNew South WalesAustralia

Generated 2025-07-15 02:59:10.333 UTC