Question:

Which operator can make a tuple relational query as an unsafe query?

Show Hint

NOT can produce infinite results — always check domain of attributes.
Updated On: May 26, 2025
  • AND
  • OR
  • IMPLIES
  • NOT
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

The NOT operator can result in queries referencing tuples not in the database (domain variables), leading to unsafe queries.
Unsafe queries return results not bound by database contents.
Was this answer helpful?
0
0