[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 5021  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25142Ray, Regina, B75008ParisSeine (Paris)France
23825Coleman, Katherine, R91203GlendaleCaliforniaUnited States
11982Foster, Alexandra92102San DiegoCaliforniaUnited States

Generated 2025-07-11 19:59:54.525 UTC