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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16980Moore, Jill98403TacomaWashingtonUnited States
14603Ward, Sara94063Redwood CityCaliforniaUnited States
26781Cox, Jan, D98052RedmondWashingtonUnited States
20276Sanchez, Haley, R98104SeattleWashingtonUnited States

Generated 2025-07-11 21:41:22.329 UTC