Computer Science Engineering (CSE) Exam  >  Computer Science Engineering (CSE) Questions  >  A database of research articles in a journal ... Start Learning for Free
A database of research articles in a journal uses the following schema.
(VOLUME, NUMBER, STARTPGE, ENDPAGE, TITLE, YEAR, PRICE)
The primary key is (VOLUME, NUMBER, STARTPAGE, ENDPAGE) and the following functional dependencies exist in the schema.
(VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> TITLE (VOLUME, NUMBER) -> YEAR (VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> PRICE
The database is redesigned to use the following schemas.
(VOLUME, NUMBER, STARTPAGE, ENDPAGE, TITLE, PRICE) (VOLUME, NUMBER, YEAR)

Q. Which is the weakest normal form that the new database satisfies, but the old one does not?
  • a)
    1NF
  • b)
    2NF
  • c)
    3NF
  • d)
    BCNF
Correct answer is option 'B'. Can you explain this answer?
Verified Answer
A database of research articles in a journal uses the following schema...
Volume, Number -> Year is partial dependency. So it does not follow 2NF. But decomposed relation follows.
View all questions of this test
Most Upvoted Answer
A database of research articles in a journal uses the following schema...
Explanation:

To determine the weakest normal form that the new database satisfies but the old one does not, we need to analyze the functional dependencies in both schemas and compare their normal forms.

Old Schema:
- Functional Dependency: (VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> TITLE
- Functional Dependency: (VOLUME, NUMBER) -> YEAR
- Functional Dependency: (VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> PRICE

New Schema:
- Functional Dependency: (VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> TITLE
- Functional Dependency: (VOLUME, NUMBER) -> YEAR

1NF (First Normal Form):
- In 1NF, each attribute in a relation must have atomic values (no multi-valued attributes or repeating groups).
- Both the old and new schemas satisfy 1NF as there are no multi-valued attributes or repeating groups.

2NF (Second Normal Form):
- In 2NF, a relation must be in 1NF and every non-key attribute must be functionally dependent on the entire primary key.
- In the old schema, the attribute PRICE is not functionally dependent on the entire primary key (VOLUME, NUMBER, STARTPAGE, ENDPAGE). Therefore, the old schema does not satisfy 2NF.
- In the new schema, all attributes are functionally dependent on the entire primary key. Therefore, the new schema satisfies 2NF.

3NF (Third Normal Form):
- In 3NF, a relation must be in 2NF and every non-key attribute must be non-transitively dependent on the entire primary key.
- The old schema does not satisfy 2NF, so it also does not satisfy 3NF.
- The new schema satisfies 2NF, but we cannot determine if it satisfies 3NF based on the given functional dependencies.

BCNF (Boyce-Codd Normal Form):
- BCNF is a stronger version of 3NF where every determinant in a relation is a candidate key.
- Both the old and new schemas have functional dependencies where the determinants are not candidate keys (VOLUME, NUMBER, STARTPAGE, ENDPAGE) and (VOLUME, NUMBER). Therefore, neither schema satisfies BCNF.

Weakest Normal Form:
- From the above analysis, we can conclude that the old schema does not satisfy 2NF, while the new schema satisfies 2NF. Therefore, the weakest normal form that the new database satisfies but the old one does not is 2NF (Second Normal Form).
Explore Courses for Computer Science Engineering (CSE) exam

Similar Computer Science Engineering (CSE) Doubts

Top Courses for Computer Science Engineering (CSE)

A database of research articles in a journal uses the following schema.(VOLUME, NUMBER, STARTPGE, ENDPAGE, TITLE, YEAR, PRICE)The primary key is (VOLUME, NUMBER, STARTPAGE, ENDPAGE) and the following functional dependencies exist in the schema.(VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> TITLE (VOLUME, NUMBER) -> YEAR (VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> PRICEThe database is redesigned to use the following schemas.(VOLUME, NUMBER, STARTPAGE, ENDPAGE, TITLE, PRICE) (VOLUME, NUMBER, YEAR)Q.Which is the weakest normal form that the new database satisfies, but the old one does not?a)1NFb)2NFc)3NFd)BCNFCorrect answer is option 'B'. Can you explain this answer?
Question Description
A database of research articles in a journal uses the following schema.(VOLUME, NUMBER, STARTPGE, ENDPAGE, TITLE, YEAR, PRICE)The primary key is (VOLUME, NUMBER, STARTPAGE, ENDPAGE) and the following functional dependencies exist in the schema.(VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> TITLE (VOLUME, NUMBER) -> YEAR (VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> PRICEThe database is redesigned to use the following schemas.(VOLUME, NUMBER, STARTPAGE, ENDPAGE, TITLE, PRICE) (VOLUME, NUMBER, YEAR)Q.Which is the weakest normal form that the new database satisfies, but the old one does not?a)1NFb)2NFc)3NFd)BCNFCorrect answer is option 'B'. Can you explain this answer? for Computer Science Engineering (CSE) 2024 is part of Computer Science Engineering (CSE) preparation. The Question and answers have been prepared according to the Computer Science Engineering (CSE) exam syllabus. Information about A database of research articles in a journal uses the following schema.(VOLUME, NUMBER, STARTPGE, ENDPAGE, TITLE, YEAR, PRICE)The primary key is (VOLUME, NUMBER, STARTPAGE, ENDPAGE) and the following functional dependencies exist in the schema.(VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> TITLE (VOLUME, NUMBER) -> YEAR (VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> PRICEThe database is redesigned to use the following schemas.(VOLUME, NUMBER, STARTPAGE, ENDPAGE, TITLE, PRICE) (VOLUME, NUMBER, YEAR)Q.Which is the weakest normal form that the new database satisfies, but the old one does not?a)1NFb)2NFc)3NFd)BCNFCorrect answer is option 'B'. Can you explain this answer? covers all topics & solutions for Computer Science Engineering (CSE) 2024 Exam. Find important definitions, questions, meanings, examples, exercises and tests below for A database of research articles in a journal uses the following schema.(VOLUME, NUMBER, STARTPGE, ENDPAGE, TITLE, YEAR, PRICE)The primary key is (VOLUME, NUMBER, STARTPAGE, ENDPAGE) and the following functional dependencies exist in the schema.(VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> TITLE (VOLUME, NUMBER) -> YEAR (VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> PRICEThe database is redesigned to use the following schemas.(VOLUME, NUMBER, STARTPAGE, ENDPAGE, TITLE, PRICE) (VOLUME, NUMBER, YEAR)Q.Which is the weakest normal form that the new database satisfies, but the old one does not?a)1NFb)2NFc)3NFd)BCNFCorrect answer is option 'B'. Can you explain this answer?.
Solutions for A database of research articles in a journal uses the following schema.(VOLUME, NUMBER, STARTPGE, ENDPAGE, TITLE, YEAR, PRICE)The primary key is (VOLUME, NUMBER, STARTPAGE, ENDPAGE) and the following functional dependencies exist in the schema.(VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> TITLE (VOLUME, NUMBER) -> YEAR (VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> PRICEThe database is redesigned to use the following schemas.(VOLUME, NUMBER, STARTPAGE, ENDPAGE, TITLE, PRICE) (VOLUME, NUMBER, YEAR)Q.Which is the weakest normal form that the new database satisfies, but the old one does not?a)1NFb)2NFc)3NFd)BCNFCorrect answer is option 'B'. Can you explain this answer? in English & in Hindi are available as part of our courses for Computer Science Engineering (CSE). Download more important topics, notes, lectures and mock test series for Computer Science Engineering (CSE) Exam by signing up for free.
Here you can find the meaning of A database of research articles in a journal uses the following schema.(VOLUME, NUMBER, STARTPGE, ENDPAGE, TITLE, YEAR, PRICE)The primary key is (VOLUME, NUMBER, STARTPAGE, ENDPAGE) and the following functional dependencies exist in the schema.(VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> TITLE (VOLUME, NUMBER) -> YEAR (VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> PRICEThe database is redesigned to use the following schemas.(VOLUME, NUMBER, STARTPAGE, ENDPAGE, TITLE, PRICE) (VOLUME, NUMBER, YEAR)Q.Which is the weakest normal form that the new database satisfies, but the old one does not?a)1NFb)2NFc)3NFd)BCNFCorrect answer is option 'B'. Can you explain this answer? defined & explained in the simplest way possible. Besides giving the explanation of A database of research articles in a journal uses the following schema.(VOLUME, NUMBER, STARTPGE, ENDPAGE, TITLE, YEAR, PRICE)The primary key is (VOLUME, NUMBER, STARTPAGE, ENDPAGE) and the following functional dependencies exist in the schema.(VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> TITLE (VOLUME, NUMBER) -> YEAR (VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> PRICEThe database is redesigned to use the following schemas.(VOLUME, NUMBER, STARTPAGE, ENDPAGE, TITLE, PRICE) (VOLUME, NUMBER, YEAR)Q.Which is the weakest normal form that the new database satisfies, but the old one does not?a)1NFb)2NFc)3NFd)BCNFCorrect answer is option 'B'. Can you explain this answer?, a detailed solution for A database of research articles in a journal uses the following schema.(VOLUME, NUMBER, STARTPGE, ENDPAGE, TITLE, YEAR, PRICE)The primary key is (VOLUME, NUMBER, STARTPAGE, ENDPAGE) and the following functional dependencies exist in the schema.(VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> TITLE (VOLUME, NUMBER) -> YEAR (VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> PRICEThe database is redesigned to use the following schemas.(VOLUME, NUMBER, STARTPAGE, ENDPAGE, TITLE, PRICE) (VOLUME, NUMBER, YEAR)Q.Which is the weakest normal form that the new database satisfies, but the old one does not?a)1NFb)2NFc)3NFd)BCNFCorrect answer is option 'B'. Can you explain this answer? has been provided alongside types of A database of research articles in a journal uses the following schema.(VOLUME, NUMBER, STARTPGE, ENDPAGE, TITLE, YEAR, PRICE)The primary key is (VOLUME, NUMBER, STARTPAGE, ENDPAGE) and the following functional dependencies exist in the schema.(VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> TITLE (VOLUME, NUMBER) -> YEAR (VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> PRICEThe database is redesigned to use the following schemas.(VOLUME, NUMBER, STARTPAGE, ENDPAGE, TITLE, PRICE) (VOLUME, NUMBER, YEAR)Q.Which is the weakest normal form that the new database satisfies, but the old one does not?a)1NFb)2NFc)3NFd)BCNFCorrect answer is option 'B'. Can you explain this answer? theory, EduRev gives you an ample number of questions to practice A database of research articles in a journal uses the following schema.(VOLUME, NUMBER, STARTPGE, ENDPAGE, TITLE, YEAR, PRICE)The primary key is (VOLUME, NUMBER, STARTPAGE, ENDPAGE) and the following functional dependencies exist in the schema.(VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> TITLE (VOLUME, NUMBER) -> YEAR (VOLUME, NUMBER, STARTPAGE, ENDPAGE) -> PRICEThe database is redesigned to use the following schemas.(VOLUME, NUMBER, STARTPAGE, ENDPAGE, TITLE, PRICE) (VOLUME, NUMBER, YEAR)Q.Which is the weakest normal form that the new database satisfies, but the old one does not?a)1NFb)2NFc)3NFd)BCNFCorrect answer is option 'B'. Can you explain this answer? tests, examples and also practice Computer Science Engineering (CSE) tests.
Explore Courses for Computer Science Engineering (CSE) exam

Top Courses for Computer Science Engineering (CSE)

Explore Courses
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev