[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 416   SHUFFLE   <  SKIP 1950  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19912Xie, TaraNT20Newcastle upon TyneEnglandUnited Kingdom
22823Alexander, IsabelTY31RuncornEnglandUnited Kingdom
11846Reed, Savannah, A90802Long BeachCaliforniaUnited States
24328Simmons, Melissa, L91950National CityCaliforniaUnited States

Generated 2025-07-15 13:55:10.272 UTC