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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24262Thomas, Daniel92806La JollaCaliforniaUnited States
21493Coleman, Carson92102San DiegoCaliforniaUnited States
23581Hill, Jan90505TorranceCaliforniaUnited States

Generated 2025-07-19 12:10:31.076 UTC