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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26194Brown, Miguel, T90241DowneyCaliforniaUnited States
28440Ramirez, Allison59000LilleNordFrance
23826Ross, Dalton, M90802Long BeachCaliforniaUnited States

Generated 2025-07-09 08:41:07.239 UTC