State true or false: SQL specifies a way of mentioning functional dependencies
(a) True
(b) False
I had been asked this question in unit test.
The question is from Decomposition Algorithms in chapter Relational Database Design of RDBMS
(a) True
(b) False
I had been asked this question in unit test.
The question is from Decomposition Algorithms in chapter Relational Database Design of RDBMS
Right answer is (b) False
For explanation I would say: SQL does not specify a way to mention functional dependencies. Functional dependencies are just used for theoretical improvement of database while implementing them in SQL later.