Yes it does - the only small problem is that where an article contains multiple cars the article info will be repeated - so I'll ship that into a separate table
I'm not sure if I've understood what the problem is. However, have a look in google for "SELECT DISTINCT" which should help you to suppress duplicate rows...
I'm not sure if I've understood what the problem is. However, have a look in google for "SELECT DISTINCT" which should help you to suppress duplicate rows...