[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 4321   <  SKIP 249  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15200Simpson, Mindy, A94010BurlingameCaliforniaUnited States
20596Ramos, Janet, BRG7 5H7ReadingEnglandUnited Kingdom
12002Lopez, Adriana, A1597Lane CoveNew South WalesAustralia

Generated 2025-07-21 19:32:31.124 UTC