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
Explain the types of exception?
How to create a table interactively?
What are the parameters that we can pass through a stored procedure?
How to connect ms access to oracle servers?
What is a dead lock in oracle?
What is a table in oracle?
What are the ways tablespaces can be managed and how do they differ?
Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.
How to write a left outer join with the where clause in oracle?
What is set verify off in oracle?
How many memory layers are in the oracle shared pool?
What are the different windows events activated at runtime ?
What do you mean by a database transaction & what all tcl statements are available in oracle?
What is connection pool in oracle?
How do I know if oracle is installed on windows?