[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 0   SHUFFLE   <  SKIP 2025  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25154Serrano, Clinton91502BurbankCaliforniaUnited States
23060Long, Isabella, C94303Palo AltoCaliforniaUnited States
21509Lopez, Michele, CSE1 8HLLondonEnglandUnited Kingdom

Generated 2025-11-01 17:00:24.835 UTC