[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 250   SHUFFLE   <  SKIP 13  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27214Zimmerman, Bianca, A90210Beverly HillsCaliforniaUnited States
17835Perez, Francisco, MW1N 9FALondonEnglandUnited Kingdom
27245Jones, Lauren, R92806La JollaCaliforniaUnited States

Generated 2025-07-13 06:27:27.593 UTC