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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25539Ortega, Mathew, D59170CroixNordFrance
16344King, Xavier, K95062Santa CruzCaliforniaUnited States
28460Powell, Nathan59140DunkerqueNordFrance

Generated 2025-07-13 15:51:40.775 UTC