[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 1845   SHUFFLE   <  SKIP 1860  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25265Smith, Hannah, JV2W 1W2HaneyBritish ColumbiaCanada
26622Howard, Jan98020EdmondsWashingtonUnited States
27523Martin, Kayla, E98225BellinghamWashingtonUnited States

Generated 2025-07-14 06:07:54.451 UTC