[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 750   SHUFFLE   <  SKIP 555  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26042Griffin, Devin90802Long BeachCaliforniaUnited States
16815Brown, Jacob94947NovatoCaliforniaUnited States
15774Kelly, Natalie98052RedmondWashingtonUnited States

Generated 2025-07-13 09:41:18.973 UTC