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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19336Andersen, Ricardo75002ParisSeine (Paris)France
25174Smith, Monica59101BillingsMontanaUnited States
11867James, Nathaniel, C91950National CityCaliforniaUnited States
19390Perez, Terrance93400Saint-DenisSeine Saint DenisFrance

Generated 2025-07-17 06:04:40.763 UTC