[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 1993   SHUFFLE   <  SKIP 3056  >   <  TAKE 2  >   

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

2 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28013Miller, James, JV6B 3P7Port HammondBritish ColumbiaCanada
19663Allen, Alex98107BallardWashingtonUnited States

Generated 2025-07-20 02:44:47.885 UTC