[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 250   <  SKIP 4916  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17432Peterson, Mariah97205PortlandOregonUnited States
17527Cook, Anna, M97205PortlandOregonUnited States
18067King, Jackson, E97205PortlandOregonUnited States

Generated 2025-07-15 11:29:43.619 UTC