InterviewSolution
Saved Bookmarks
| 1. |
Which of the following symbol is used in the place of except?(a) ^(b) V(c) ¬(d) ~This question was addressed to me in semester exam.My doubt is from Tuple Relational Calculus and Domain Relational Calculus in division Relational Algebra of Database Management |
|
Answer» CORRECT OPTION is (c) ¬ Easiest EXPLANATION - The query ¬P NEGATES the value of P. |
|