1. Display the post code and the purchase order number for
each purchase order. Sort the output set by postcode.
What is Redo Log Buffer in Oracle?
If I have a select statment which retrives 2 rows, & that rows have the same data in all the fields except the last field and I want to merge the 2 rows to be in 1 row with concatenating the last field which have the different data.... eg: the 1st row has these fields: A-B-C the second row has: A-B-X ........ i want to merge the two row to be in one row like ----> A- B- C,X
what is the difference between primary key & foreign key?
57 Answers CTS, Infosys, La Multi, Sparsh, Wipro,
1.display list of all users from ur data base.what is the query?
A VIEWS takes memory in the database. If yes, how can u proove it? is there any way to display the size of views?
Is there an oracle sql query that aggregates multiple rows into one row?
10. Display the client number, order date and shipping date for all orders where the shipping date is between three and six months after the order date.
How many types of cluster table in Oracle?
How to create a stored function in oracle?
How do I escape a reserved word in oracle?
Hi, I want table structure shown below. How can i create this ? Num Name Address Addr1 Addr2 I want Addr1 and Addr2 under Address column. How can i achive this ? Is it possible ?
Differentiate between function and procedure in oracle.