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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13296Anderson, Seth, D90210Beverly HillsCaliforniaUnited States
22292Gomez, Stacy, M91502BurbankCaliforniaUnited States
19946Raje, Tamara, JLE18LeedsEnglandUnited Kingdom

Generated 2025-07-13 12:32:28.853 UTC