HW 1 Query 2 .
This page will implement the following websql query:
select d1.url,d1.title from document d1 such that d1 mentions umr;

The program will return the first 10 results. It uses php nuSOAP to call Google Web API.


;