Answer Posted / naga
Oracle 9i supports the internet applications
i stands for Internet
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the use of indexes option in imp command.
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
What is a synonym? What are its various types?
How to export data with a field delimiter?
What is oracle update statement with inner join ?
How to change program global area (pga) in oracle?
What is the difference between translate and replace in oracle?
How to use attributes of the implicit cursor in oracle?
How to delete an existing row from a table in oracle?
How to use "while" statements in oracle?
What is a read write transaction in oracle?
How to rename an index?
Explain enable novalidate constraint.
How do I spool to a csv formatted file using sqlplus?
There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??