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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22171Gonzalez, Meredith3977CranbourneVictoriaAustralia
24841Jai, Andres, B92700ColombesHauts de SeineFrance
24629Perry, Seth94611OaklandCaliforniaUnited States

Generated 2025-07-09 16:03:54.187 UTC