[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 2212  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27966Chen, Jenny91940Les UlisEssonneFrance
20772Garcia, Samantha91364Woodland HillsCaliforniaUnited States
14695Andersen, Russell38001BraunschweigNordrhein-WestfalenGermany
12925Blue, Mackenzie91502BurbankCaliforniaUnited States

Generated 2025-07-09 21:20:08.442 UTC