Answer Posted / mahesh
by using utl_file (built-in package)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain the working of primary key?
Which language is used in sql?
How do I edit a trigger in sql developer?
Can you inner join the same table?
define sql delete statement ? : Sql dba
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
what is union, minus and interact commands? : Sql dba
How many sql are there?
What is parameter substitution in sql?
What is varchar data type in sql?
What is count * in sql?
What is sql partition function?
What is the usage of when clause in trigger?
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
Where is pl sql used?