[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 999   SHUFFLE   <  SKIP 1150  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25342Hill, Seth, M98270MarysvilleWashingtonUnited States
28122King, Gabriel, V98052RedmondWashingtonUnited States
13838Rubio, JillOX14 4SEOxfordEnglandUnited Kingdom
13454Griffin, Benjamin90802Long BeachCaliforniaUnited States

Generated 2025-07-16 23:51:13.851 UTC