[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 24   SHUFFLE   <  SKIP 979  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15573Wilson, Thomas, E98052RedmondWashingtonUnited States
23154Phillips, Connor, E99362Walla WallaWashingtonUnited States
24945Harris, Logan, C98052RedmondWashingtonUnited States

Generated 2025-07-12 14:25:22.807 UTC