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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12082Sanchez, Lauren90241DowneyCaliforniaUnited States
14892Sanders, Savannah, J94303Palo AltoCaliforniaUnited States
20744Barnes, Amanda, N90706BellflowerCaliforniaUnited States

Generated 2025-07-20 22:38:53.683 UTC