A table is in ________ if it meets 2NF criteria and no transitive dependencies exist
A) third normal form
B) fourth normal form
C) fifth normal form
D) first normal form
A
Computer Science & Information Technology
You might also like to view...
What is the final value of x after the following fragment of code executes?
int x=0; do { x++; }while(x > 0); a. 8 b. 9 c. 10 d. 11 e. infinite loop.
Computer Science & Information Technology
Which function joins two strings?
a. append b. concatenate c. contains d. substring
Computer Science & Information Technology