[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 0   SHUFFLE   <  SKIP 1986  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13777Perez, Manuel, CW1N 9FALondonEnglandUnited Kingdom
12141Lee, Kaitlyn, B97005BeavertonOregonUnited States
11848Lewis, Joshua, C98901YakimaWashingtonUnited States
18067King, Jackson, E97205PortlandOregonUnited States

Generated 2025-11-05 00:21:11.517 UTC