Answer Posted / anju saxena
The EXISTS operator tests whether a given set is empty or
not. An exist operator on empty set returns False while on
nonempty set it returns True.
IN operator is used where membership of the element has to
tested against the set.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
How we can update the view?
What is a table?
How is data stored on a disk?
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
Is nosql relational?
What is the difference between local and global temporary table?
How do you respond to dementia behavior?
what are null values? : Sql dba
Where is all the data on the internet stored?
Is not equal in sql?
How do you drop a trigger?
Does pl sql work in mysql?
How to order siblings in oracle hierarchy queries?
Is it possible to update views?
Why do we need cursor in pl sql?