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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17854Gomez, Shannon20354HamburgHamburgGermany
21107Rodriguez, Kaitlin14197BerlinSaarlandGermany
17714Gutierrez, Tanya59000LilleNordFrance

Generated 2025-07-09 01:54:51.423 UTC