Login
Remember
Register
Ask a Question
what is a third normal form in SQL?
0
votes
asked
Oct 30, 2019
in
DBMS
by
rajeshsharma
what is a third normal form?
sql-third-normal-form
third-normal-form
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 30, 2019
by
SakshiSharma
a relation is in third normal form if for evey functional dependency F :x->y is
a
D
key.
...