[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 4000   SHUFFLE   <  SKIP 2875  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20063Ortega, Kristy, E75003ParisSeine (Paris)France
23896Peterson, Megan98501OlympiaWashingtonUnited States
28362Sanchez, Kaylee94947NovatoCaliforniaUnited States
23066Lal, Austin, M90706BellflowerCaliforniaUnited States

Generated 2025-07-15 01:38:51.582 UTC