[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 456   SHUFFLE   <  SKIP 974  >   <  TAKE 2  >   

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

2 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22901Stewart, Katherine, ZV2M1P1NewtonBritish ColumbiaCanada
20011Sanders, Eduardo97034Lake OswegoOregonUnited States

Generated 2025-07-18 20:46:56.139 UTC