[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 2000   SHUFFLE   <  SKIP 690  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19223Cook, Jacqueline, AV6B 3P7Port HammondBritish ColumbiaCanada
16934Vazquez, MicheleSE1 8HLLondonEnglandUnited Kingdom
18990Henderson, Amanda, A98225BellinghamWashingtonUnited States

Generated 2025-07-13 20:41:58.807 UTC