[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SHUFFLE   <  SKIP 7788  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13277Brown, Nathan, D97301SalemOregonUnited States
22692Alonso, Paula, L59170CroixNordFrance
25694Raje, Dawn, D91420MorangisEssonneFrance

Generated 2025-07-15 18:08:47.901 UTC