[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 4   SHUFFLE   <  SKIP 2099  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19434Ashe, Geoffrey, E45000OrleansLoiretFrance
13422Washington, Jacqueline, C91977Spring ValleyCaliforniaUnited States
22975Turner, Courtney, AV9MetchosinBritish ColumbiaCanada

Generated 2025-07-13 17:25:27.179 UTC