How to assign values to variables?
No Answer is Posted For this Question
Be the First to Post Answer
How to call a stored procedure inside a trigger? Give an example.
How to assign query results to variables?
Explain compound trigger in oracle?
What is a deadlock in SQL? How can you prevent it?
How do I limit the number of oracle database connections generated by weblogic server?
How to call a stored function 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
Can we create trigger on view in oracle?
Query to get max and second max in oracle in one query ?
34 Answers CTS, Keane India Ltd, TCS, Wipro,
How to invoke the original export import utilities?
I have a table like this Table Name:Products Productid Price 1 10 1 10 2 20 3 30 3 30 But i want to output like this. productid price 2 20. please replay me.
2. Display the item number and total cost for each order line (total cost = no of items X item cost). Name the calculated column TOTAL COST.