[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 3311   SHUFFLE   <  SKIP 442  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13725Henderson, Nathan91776San GabrielCaliforniaUnited States
18230Perry, Brianna, W90706BellflowerCaliforniaUnited States
24576Hu, Jake, LLE18LeedsEnglandUnited Kingdom
13338Carter, Jada, J95062Santa CruzCaliforniaUnited States

Generated 2025-07-22 03:03:45.910 UTC