[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 512   SHUFFLE   <  SKIP 1901  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29244Ross, Eric91910Chula VistaCaliforniaUnited States
17484Carlson, Armando2113North RydeNew South WalesAustralia
19418Miller, Nathan, lEM15Esher-MoleseyEnglandUnited Kingdom
26059Anderson, Andrew94303Palo AltoCaliforniaUnited States

Generated 2025-07-20 14:07:15.510 UTC