[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 512   SHUFFLE   <  SKIP 3057  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22522Hayes, Benjamin, C66578NeunkirchenSaarlandGermany
22547Flores, Elijah, C91950National CityCaliforniaUnited States
16473Andersen, Dawn10210BerlinHamburgGermany
15670Sánchez, Sergio, S45000OrleansLoiretFrance

Generated 2025-07-15 15:17:14.506 UTC