[ArticleID] [int] NOT NULL, [Title] [varchar](256) NOT NULL, Title should only exist alongside a single ArticleID but that combination can repeat as many times as necessary in this table. The same ...