[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 3375   SHUFFLE   <  SKIP 3290  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25899Rogers, Caitlin, D91932Imperial BeachCaliforniaUnited States
22337Jenkins, Haley, L94014ColmaCaliforniaUnited States
17602Williams, Dalton, A91502BurbankCaliforniaUnited States

Generated 2025-07-20 08:28:46.446 UTC