[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 24   SHUFFLE   <  SKIP 323  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15896Jones, Samuel, P94303Palo AltoCaliforniaUnited States
21839Diaz, BillyKB9KirkbyEnglandUnited Kingdom
20678Lin, Martha91502BurbankCaliforniaUnited States

Generated 2025-07-10 20:28:59.238 UTC