[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 3677   SHUFFLE   <  SKIP 2282  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15573Wilson, Thomas, E98052RedmondWashingtonUnited States
14393Perez, José, J97330CorvallisOregonUnited States
20762King, Jennifer, C94109San FranciscoCaliforniaUnited States
28799Nelson, Amber, A91203GlendaleCaliforniaUnited States

Generated 2025-07-15 01:34:02.721 UTC