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 pragma autonomous transaction in oracle?
If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?
what are bitmap indexes? How does they work?
From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.
How do I recompile a procedure in oracle?
How would you change old and new values in an insert, delete and update triggers?
How to call a sub procedure?
What is index-organized table in Oracle?
Can we insert data in view oracle?
Is there an oracle sql query that aggregates multiple rows into one row?
How do I call oracle stored procedures that take no parameters?
How to define a data field as not null?
What happens to the indexes if a table is recovered?
What is an index associated with a constraint?
What is recycle bin in Oracle?