[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 750  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16790Lopez, Hunter, A97205PortlandOregonUnited States
28838Ross, Jasmine, S98312BremertonWashingtonUnited States
16819Cox, Dalton98027IssaquahWashingtonUnited States

Generated 2025-07-08 01:13:59.658 UTC