[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 434   SHUFFLE   <  SKIP 5  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15431Jackson, John94704BerkeleyCaliforniaUnited States
24860Garcia, DouglasY03 4TNYorkEnglandUnited Kingdom
15546Jenkins, Robert, Z97068W. LinnOregonUnited States
26297Lopez, Jeremiah97355LebanonOregonUnited States

Generated 2025-07-20 20:13:46.651 UTC