What are the various oracle database objects?
candidate key is subset of super key but not vice-verse explain
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.
What are group functions in oracle?
How to do paging with oracle?
Explain how are indexes update?
What is a nested table and how is it different from a normal table?
Difference between cartesian join and cross join?
Explain the use of compress option in exp command.
What is the use of file param in imp command?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
What do database buffers contain?
Can we call procedure inside function in oracle?
What is the difference between substr and instr?
How to assign values to data fields in record variables?