What is the result, when NULL is compared with NULL?
Answer Posted / sandeep kumar
select * from dual where null=null
no row return
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is before trigger?
What is having clause in sql?
What plvcmt and plvrb does in pl/sql?
How insert into statements in sql?
How is sql used in oracle?
What is sql entity?
What are the different type of joins in sql?
What is the difference between alter trigger and drop trigger statements?
Name some usages of database trigger?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
How do you optimize a stored procedure query?
What is the purpose of design view?
What is oracle and pl sql?
What is dml statement?
Can there be more than one function with a similar name in a pl/sql block?