[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 512   SHUFFLE   <  SKIP 1217  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24064Fernandez, Stanley, REC1R 0DULondonEnglandUnited Kingdom
25426Foster, Tristan91910Chula VistaCaliforniaUnited States
26520Ramirez, Chloe98020EdmondsWashingtonUnited States

Generated 2025-07-11 15:24:59.276 UTC