1. Display the post code and the purchase order number for
each purchase order. Sort the output set by postcode.
Answer Posted / sarath
Select PO,POSTCODE from <TN>
Order by POSTCODE
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is system global area (sga) in oracle?
What is oracle server autotrace in oracle?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
Is oracle an operator?
Explain temporal data types in oracle
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
How can you merge two tables in oracle?
How to filter out duplications in the returning rows using oracle?
What is sequence?
State and explain about oracle instance?
Why cursor variables are easier to use than cursors?
Explain the features of oracle?
What is proxy method?
Explain the use of grant option in exp command.
How to define a variable of a specific record type?