[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 650   SHUFFLE   <  SKIP 1793  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17881Wang, Tamara, LSW8 4BGLondonEnglandUnited Kingdom
29283Mr., Smith, Jeff94519ConcordCaliforniaUnited States
24963Zhao, Erica90210Beverly HillsCaliforniaUnited States

Generated 2025-07-21 12:48:27.956 UTC