Answer Posted / purushotham
Null is an inapplicable or blank which is not equal to too.
null along with any operator results in NULL Except
concatenation.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to store only time; not date and time?
How to delete a user account in oracle?
Is the After report trigger fired if the report execution fails ?
How data locks are respected in oracle?
What happens to indexes if you drop a table?
What do you understand by database schema and what does it hold?
What is an oracle transaction?
Can multiple cursors being opened at the same time?
What is oracle rownum?
Is there any function in oracle similar like group_concat of mysql?
Explain rename?
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
What are the types of trigger in oracle?
What is oracle database 10g express edition?
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.