Can there be two one-to-one relationships between the same tables? And is it actually a "right" way to represent this?
The task for such entities in the publication office database is following:
Each order is assigned a unique number, customer id, type of printed material, publication, printing house, order acceptance date, order completion date, and print quality. Information about publications includes: publication code, author(s), title of publication, volume in printed sheets, circulation (number of copies), unique order number.
So to have the attributes publication and order number (in bold) in each table, I have to create two one-to-one relationships: