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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28728Long, Dylan, C59140DunkerqueNordFrance
24991Bryant, Luke98027IssaquahWashingtonUnited States
16309Ortega, Desiree, A01071DresdenHessenGermany

Generated 2025-07-12 11:55:52.291 UTC