I have a table (table 1) with couple of column on which i want indexed.
There is also ArticleID column (foreign key), with this id I want to use join to retrieve "articleTitle" from the article Table (table 2), and of curse be able to search in this column.
How do I create this kind of index?
Do I need to index both tables?
and how should i write the select query for that?