[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 3437   SHUFFLE   <  SKIP 15  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17028Richardson, Grace, A98055RentonWashingtonUnited States
15470Lopez, Hailey, M91945Lemon GroveCaliforniaUnited States
11945Huang, Dennis94519ConcordCaliforniaUnited States

Generated 2025-07-15 05:58:58.517 UTC