316 views
0 votes
0 votes

Consider the following functional dependency in a database

A-->B

B-->C

D-->E

E-->D

F-->G

F-->H

(E,F)-->I

The relation (E,D,A,B) IS:

  1. 2NF
  2. 3NF
  3. BCNF
  4. NONE OF ABOVE

1 Answer

Related questions

0 votes
0 votes
3 answers
1
Meenakshi Sharma asked Nov 5, 2017
2,410 views
ptrdata is a pointer to a data type . The expression *ptrdata++ is evaluated as ( in C++) a) *(ptrdata++) b) (*ptrdata)++c) *(ptrdata)++ d) depends on compiler
0 votes
0 votes
3 answers
2
Meenakshi Sharma asked Nov 5, 2017
1,213 views
Let P and Q be two propositions , ~(P<->Q) is equivalent to :a)P<->~Q b)~P<->Q c)~P<->~Q d)Q->P
1 votes
1 votes
2 answers
3
Arjun asked Dec 7, 2018
2,013 views
Identify the true statement from the given statements:Number of child pointers in a B/B+ tree node is always equal to number of keys in it plus oneB/B+ tree is defined by...
2 votes
2 votes
3 answers
4
Arjun asked Dec 7, 2018
970 views
______ is NOT a part of the ACID propertiesInconsistencyConsistencyAtomicityIsolation