[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 2000   SHUFFLE   <  SKIP 99  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17876Harris, Fernando, R33098PaderbornNordrhein-WestfalenGermany
17527Cook, Anna, M97205PortlandOregonUnited States
20791Patterson, Ryan, B94109San FranciscoCaliforniaUnited States

Generated 2025-07-10 21:39:35.354 UTC