3 tables: URLS, URL_Keywords, Keywords
URLS has the following (unique) fields: URLID, URL
URL_Keywords has the following fields: relation_ID, kID, URLID
Keywords has the following (unique) fields: kID, word
Basically Keywords stores a list of unique words and their ID, URL_Keywords stores the...