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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24508Phillips, Alex, F97222MilwaukieOregonUnited States
21358Reed, Cody94611OaklandCaliforniaUnited States
12331Chandra, Meagan, J59170CroixNordFrance
27918Ross, Samantha, R94010BurlingameCaliforniaUnited States

Generated 2025-07-13 12:22:45.139 UTC