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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22397Patel, Marie92700ColombesHauts de SeineFrance
27986Vance, Henry2060Lavender BayNew South WalesAustralia
27747Henderson, Edward98020EdmondsWashingtonUnited States

Generated 2025-07-12 20:09:16.947 UTC