What is Normalization ?
Answer Posted / darsh
It is a technique for designing a database system.
(BEST OF LUCK)
| Is This Answer Correct ? | 114 Yes | 54 No |
Post New Answer View All Answers
What is ASM (Automatic Storage Management) in Oracle?
What is the max number of columns in an oracle table?
What is the fastest query method to fetch data from the table?
How to write a query with an inner join in oracle?
How to use an explicit cursor without open statements?
How to resolve the ORA-39133 error in Oracle?
What is snapshot is too old? Give and example for better understand.
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
What are the different oracle database objects?
What are the types of trigger in oracle?
What are the attributes of the cursor?
How to write an inner join with the where clause in oracle?
How to get the Installed Oracle Version Information ?
How to rename a column in an existing table?
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.