Recent questions tagged database-normalization

5 votes
12 answers
123
If every non-key attribute functionally dependent on the primary key, then the relation will be inFirst normal formSecond normal formThird normal formFourth Normal form
2 votes
0 answers
124
The process of normalization is used toEnhance the number of relations Determine the relationship between different relations Minimize the redundancies & eliminate anomal...
0 votes
2 answers
125
The multivalued dependencies (MVDs) can be eliminated using ______ normal form on _____ normal form relations.$1$st, $2$nd$2$nd, $3$rd$3$rd, BCNF$4$th, BCNF
5 votes
5 answers
126
In relational databases, if relation R is in BCNF, then which of the following is true about relation R?R is in 4NFR is not in 1NFR is in 2NF and not in 3NFR is in 2NF an...
4 votes
4 answers
127
1 votes
2 answers
131
1 votes
1 answer
133
Do we need to find closure of functional dependencies of original relation to check whether the decomposed tables are in 2NF .I know that we have to do the above process ...
4 votes
2 answers
137
S: If a relation R is in 3NF but not in BCNF then relation R must consist atleast 2 overlapped candidate keys.True/False
1 votes
1 answer
146
2 votes
1 answer
147
1 votes
0 answers
148
Can someone explain the paragraph marked based on relation $r$ given in Figure 7.2?Reference: Database System Concepts by Silberschatz, Korth, Sudarshan 4th Edition. ​�...
0 votes
1 answer
150
We have a database table with relational schema $\text{R(XYZPQ)}:$$$\begin{array}{|c|c|c|c|c|} \hline \text{X} & \text{Y} & \text{Z} & \text{P} & \text{Q} \\\hline \text{...