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
What is java oracle used for?
Why is oracle database so popular?
What is query image?
Can you drop an index associated with a unique or primary key constraint?
What is the relationship among database, tablespace and data file?
What is oracle update statement with inner join ?
what is the difference between functional dependecy and multilevel dependency?
How to declare a local variable?
what's query optimization and without use of IN AND Exist can we get another way data from query
In oracle there is column command, how will you explain that?
List the types of joins used in writing subqueries?
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
What is a tns file?
How to calculate date and time differences in oracle?
How to get maxsal , minsal, ename department wise in single query