[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 2000   SHUFFLE   <  SKIP 200  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12941Morgan, Maria98036LynnwoodWashingtonUnited States
17721Alan, Cheryl, L59170CroixNordFrance
22508Huang, Jon80074MünchenNordrhein-WestfalenGermany

Generated 2025-07-11 20:32:47.691 UTC