[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   SHUFFLE   <  SKIP 235  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17531Ramirez, Isaac97045Oregon CityOregonUnited States
23088Hu, Wesley, L98225BellinghamWashingtonUnited States
27069Perez, Gabriella, A90505TorranceCaliforniaUnited States

Generated 2025-11-05 16:32:16.946 UTC