[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 210  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18531Simmons, Thomas91932Imperial BeachCaliforniaUnited States
21059Chande, Misty59491Villeneuve-d'AscqNordFrance
20465Henderson, Isabel, L94014ColmaCaliforniaUnited States

Generated 2025-07-11 19:16:19.324 UTC