[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 250   SHUFFLE   <  SKIP 4711  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22997Williams, Lucas98225BellinghamWashingtonUnited States
13300Hernandez, Timothy98052RedmondWashingtonUnited States
20007Alexander, Ashley, JV3L 1H4WestminsterBritish ColumbiaCanada

Generated 2025-07-14 07:31:18.063 UTC