[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 1998   SKIP 0   <  SKIP 2209  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14768Kelly, Ian66740SaarlouisSaarlandGermany
14830Ward, Isabella66740SaarlouisSaarlandGermany
14973Jai, Alicia66740SaarlouisSaarlandGermany

Generated 2025-11-05 21:09:45.807 UTC