[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 1314   SHUFFLE   <  SKIP 33  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13285Chavez, Kara, PV8Y 1L1CliffsideBritish ColumbiaCanada
17403White, Greg, CV2L3W8NewtonBritish ColumbiaCanada
22236Gonzalez, Jose, D92625Newport BeachCaliforniaUnited States

Generated 2025-07-21 08:23:09.094 UTC