[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 2421   SHUFFLE   <  SKIP 2952  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28691Andersen, Alejandro, B33098PaderbornNordrhein-WestfalenGermany
12195Morris, Erin91950National CityCaliforniaUnited States
18993Ross, Kevin, L94704BerkeleyCaliforniaUnited States
16851Hayes, Kevin, L90706BellflowerCaliforniaUnited States

Generated 2025-07-15 03:16:47.143 UTC