4. Using a set operator, display the creditor number of all
creditors who have ever been paid.
Answer Posted / anil
select * from TN where bal is not null;
intersect
select * from TN where bal is null;
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
How can I create database in oracle?
Explain overloading. Can functions be overloaded?
Explain user account with reference to oracle.
How to define and use table alias names in oracle?
Is the After report trigger fired if the report execution fails ?
How to rename a tablespace in oracle?
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
What is logical backup in oracle?
What is oracle analytical function?
How many file formats are supported to export data?
How to assign data of the deleted row to variables?
Give the constructs of a package, function or a procedure.
What is Trigger in Oracle?
Please explain joins in oracle?
What are the different types of trigger and explain its various uses and functions?