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 to write date and time literals in oracle?
What is the max number of columns in an oracle table?
How to add a new column to an existing table with a default value?
What is oracle latest version?
How to name query output columns in oracle?
What is meant by an index?
How to estimate disk space needed for an export job?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
What is the difference between translate and replace in oracle?
What is ADDM Advisor in Oracle?
How to check your oracle database 10g xe installation?
How much memory your 10g xe server is using?
What is Virtual Private Database in Oracle?
Which environment variables are absolutely critical in order to run the OUI?
How to rename an index in oracle?