[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 1429   SHUFFLE   <  SKIP 51  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24522Perez, Alex90401Santa MonicaCaliforniaUnited States
29161Martinez, Thomas94611OaklandCaliforniaUnited States
14362Gill, Roberto, W97005BeavertonOregonUnited States

Generated 2025-07-19 17:08:12.959 UTC