[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 1875   SHUFFLE   <  SKIP 1373  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20463Bryant, Jasmine, J94015Daly CityCaliforniaUnited States
11447Roberts, Jennifer4655Hervey BayQueenslandAustralia
11234Griffin, Anna90802Long BeachCaliforniaUnited States

Generated 2025-07-17 19:27:12.977 UTC