[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 0   SHUFFLE   <  SKIP 4040  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20378Jai, Nathan, M98168BurienWashingtonUnited States
20652Scott, Amanda98104SeattleWashingtonUnited States
28671Russell, Gabrielle, J98371PuyallupWashingtonUnited States
12101Patterson, Logan92625Newport BeachCaliforniaUnited States

Generated 2025-11-04 17:31:34.465 UTC