[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 250   SHUFFLE   <  SKIP 2285  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12199Richardson, Christina99362Walla WallaWashingtonUnited States
22894Ramirez, Danielle94015Daly CityCaliforniaUnited States
23110Gonzalez, Mackenzie91203GlendaleCaliforniaUnited States
26745Huang, Valerie, J6006PerthSouth AustraliaAustralia

Generated 2025-07-22 05:14:45.474 UTC