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
Why do we need databases?
Is sql a case sensitive language?
what's the difference between a primary key and a unique key? : Sql dba
What is a pl/sql block?
Where do we use pl sql?
what is the difference between rownum pseudo column and row_number() function? : Sql dba
How many types of primary keys are there?
What are reports usually used for?
describe mysql connection using mysql binary. : Sql dba
What is the starting oracle error number? What is meant by forward declaration in functions?
what is sql server agent? : Sql dba
What is the need of a partition key?
What is group function in sql?
Explain the advantages and disadvantages of stored procedure?
What is the difference between a procedure and a function?