Quote:
|
Originally Posted by googly
...if I had, for example, all the 4 pages of the article in the article table I may have a problem with the article_id field because at the moment it is the primary key of the article table.
|
well, like i said earlier (and i repeat for emphasis now), it might be a better idea not to have "pages" at all, just articles -- one article, one row -- then your front end could decide where to split an article into pages
but if you must have pages, yes, then the combination (article_id,page_no) would be the primary key