[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 1562   <  SKIP 3596  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15962Winter, Benjamin, C97205PortlandOregonUnited States
15988Moore, Edward, A97205PortlandOregonUnited States
14581Adams, Kevin, M97205PortlandOregonUnited States

Generated 2025-10-14 20:40:14.814 UTC