How to assign data of the deleted row to variables?
No Answer is Posted For this Question
Be the First to Post Answer
How do I limit the number of oracle database connections generated by weblogic server?
How to select some columns from a table in oracle?
Explain the use of tables option in exp command.
I have some query regarding Report generation from Oracle Apps "PO module". I have to generate a report where table columns are as below: Vendor_name Invoice No PO Number Item_Quantity Value of Goods Date of Shipping Name_of_the_transport Date_of_receipt_issued. Now my questions is :from which table/column I can get the information of "Name_of_the_transport" column. Thanks in advance.
Hello All, Could any one provide me FAQs/interview questions on oracle PL/SQL
In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?
interview questions with answer for cts
How to select some rows from a table in oracle?
What are the types of trigger in oracle?
How to use subqueries in the from clause in oracle?
In SAP ECC 6.0 , under DB02 tcode , Tablespace name to be explain stepy step all the col
I have query like this. select dept_id, max_mark from stude_dept where min_mark= (select min(mini_mark) from stud_dept); How can i optimize this query. Can anyone help me with it