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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18540Perry, Victoria, M94536FremontCaliforniaUnited States
21093Castro, JacquelynSW19 3RULondonEnglandUnited Kingdom
25511Arun, Chelsea, MRG7 5H7ReadingEnglandUnited Kingdom

Generated 2025-07-12 03:12:30.404 UTC