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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20923Powell, Isabella, L20354HamburgHamburgGermany
18259Torres, Bailey3000MelbourneVictoriaAustralia
28185Alexander, Eric, S91502BurbankCaliforniaUnited States

Generated 2025-07-18 14:05:54.573 UTC