[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 44  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22256Lu, Edwin91910Chula VistaCaliforniaUnited States
26594Wood, Melissa94611OaklandCaliforniaUnited States
26586Baker, Alexandra98312BremertonWashingtonUnited States
25290Mitchell, Jackson97222MilwaukieOregonUnited States

Generated 2025-07-09 04:22:04.548 UTC