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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12637Nath, Leonard, LW1Y 3RALondonEnglandUnited Kingdom
18924Williams, Rachel, C94536FremontCaliforniaUnited States
17903Shen, Bethany, CB29 6SLBirminghamEnglandUnited Kingdom

Generated 2025-07-10 17:02:17.464 UTC