[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 4098   SHUFFLE   <  SKIP 343  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25968Powell, Benjamin, F97045Oregon CityOregonUnited States
11388Martin, JosephYO15YorkEnglandUnited Kingdom
11848Lewis, Joshua, C98901YakimaWashingtonUnited States

Generated 2025-07-14 21:21:09.828 UTC