[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 322   SHUFFLE   <  SKIP 401  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12050Young, Aaron, M91950Lincoln AcresCaliforniaUnited States
25641Schmidt, Dana, SC2H 7AULondonEnglandUnited Kingdom
29033Cooper, Natalie, A91203GlendaleCaliforniaUnited States

Generated 2025-07-13 16:10:55.576 UTC