[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 5199  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25378Scott, Gabriella, A97205PortlandOregonUnited States
25932Rodriguez, Marcus97205PortlandOregonUnited States
25990Parker, Jenna, A97205PortlandOregonUnited States

Generated 2025-07-10 17:31:16.260 UTC