[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 875   SHUFFLE   <  SKIP 800  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23891Jenkins, Jack97222MilwaukieOregonUnited States
25121Yang, Clarence, D4655Hervey BayQueenslandAustralia
11085Johnson, Emily92625Newport BeachCaliforniaUnited States

Generated 2025-07-13 20:03:47.404 UTC