1.

State true or false: SQL specifies a way of mentioning functional dependencies(a) True(b) FalseI had been asked this question in unit test.The question is from Decomposition Algorithms in chapter Relational Database Design of RDBMS

Answer»

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.



Discussion

No Comment Found

Related InterviewSolutions