[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 2927   SHUFFLE   <  SKIP 447  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19011Cook, Maria, M91941GrossmontCaliforniaUnited States
14366Brooks, Anna, S98270MarysvilleWashingtonUnited States
14575Lee, Rachel, C98052RedmondWashingtonUnited States

Generated 2025-07-13 00:50:52.808 UTC