[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 876  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11273Lal, Nathan, E92806La JollaCaliforniaUnited States
11468Andersen, JaclynY03 4TNYorkEnglandUnited Kingdom
27449Cox, Bryan94070San CarlosCaliforniaUnited States

Generated 2025-07-11 22:31:48.677 UTC