[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 2000   SHUFFLE   <  SKIP 238  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12335Ashe, Francisco, WTY31RuncornEnglandUnited Kingdom
20414Bailey, Amanda, M92625Newport BeachCaliforniaUnited States
26007Morgan, Jesse94947NovatoCaliforniaUnited States

Generated 2025-07-12 03:17:14.104 UTC