Help with a SQL Query
Hi,
I have three tables:
1) a table (WEBSITES) where I store the "urls" of websites I want to evaluate.
2) a table (EVALUATIONS) where I store "evalutations" (this website is good, this is bad ...) of each website.
3) a table (EVALUATORS) where I store the "evaluators".
I want to create a query that pick the first website's url that the evaluator X has not evaluate yet.
To semplificate use these tables and fields:
WEBSITES
id | url
EVALUATORS
id | evaluator
EVALUATIONS
id | idwebsite | idevaluator
Could you build for me a query that work? I tried but I'm not so good as I thought ...
Thanks in advance for you help.
GiBi
