[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 2500   <  SKIP 700  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17775Moreno, Ricky, R92400CourbevoieHauts de SeineFrance
23470Young, Samuel92806La JollaCaliforniaUnited States
20850Navarro, Lance, CYO15YorkEnglandUnited Kingdom
28088Lal, Marshall, L90706BellflowerCaliforniaUnited States

Generated 2025-07-18 04:28:49.275 UTC