Consider the following dependencies and the BOOK table in a relational database design. Determine the normal form of the given relation. ISBN Title ISBN Publisher Publisher Address
GATE CSE · Dbms
Master topic for Normal Form. Includes Canonical Cover, FD - Dependency Preserving, FD - Lossless Join Decomposition.
155 questions · 20 PYQs · 0 AI practice · GATE CSE 2027
Consider the following dependencies and the BOOK table in a relational database design. Determine the normal form of the given relation. ISBN Title ISBN Publisher Publisher Address
Relation R has eight attributes ABCDEFGH. Fields of R contain only atomic values. is a set of functional dependencies (FDs) so that is exactly the set of FDs that hold for R. The relation R is
Relation R has eight attributes ABCDEFGH. Fields of R contain only atomic values. is a set of functional dependencies (FDs) so that is exactly the set of FDs that hold for R. How many candidate keys does the relation R have?
Which of the following is TRUE?
In functional dependency Armstrong inference rules refers to
Which normal form is based on the concept of 'full functional dependency' is
Consider the following relational schema: Suppliers(sid:integer, sname:string, city:string, street:string) Parts(pid:integer, pname:string, color:string) Catalog(sid:integer, pid:integer, cost:real) Assume that, in the suppliers relation above, each supplier and each street within a city has a unique name, and (sname, city) forms a candidate key. No other functional dependencies are implied other than those implied by primary and candidate keys. Which one of the following is TRUE about the above schema?
Consider the following relational schemes for a library database: Book (Title, Author, Catalog_ no, Publisher, Year, Price) Collection (Title,Author, Catalog_ no) with in the following functional dependencies: I. Title Author Catalog_no II. Catalog_no Title Author Publisher Year III. Publisher Title Year Price Assume {Author, Title} is the key for both schemes. Which of the following statements is true?
Let R (A, B, C, D, E, P, G) be a relational schema in which the following functional dependencies are known to hold: and . The relational schema R is
Let be a relational schema in which the following functional dependencies are known to hold: and . The decomposition of into
Consider the following implications relating to functional and multivalued dependencies given below, which may or may not be correct. i. if and then ii. if and then iii. if and then iv. if and then Exactly how many of the above implications are valid?
Which one of the following statements if FALSE?
BCNF is not used for cases where a relation has
Armstrong's inference rule doesnot determine
Which of the following is TRUE about formulae in Conjunctive Normal Form?
Consider a relation R with five attributes V, W, X, Y, and Z. The following functional dependencies hold: . Which of the following is a candidate key for R?
Which one of the following statements about normal forms is FALSE?
In a schema with attributes A, B, C, D and E following set of functional dependencies are given Which of the following functional dependencies is NOT implied by the above set?
A table has fields with the following functional dependencies In terms of Normalization, this table is in
A relation Empdtl is defined with attributes empcode (unique), name, street, city, state and pincode. For any pincode, there is only one city and state. Also, for any given street, city and state, there is just one pincode. In normalization terms, Empdtl is a relation in
Want unlimited AI-generated Normal Form questions?
Sign up free and practice with adaptive difficulty — Easy, Medium, Hard. New questions every session.
Start practising for free →