How do I save the results of sql query in a file?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

Define overloaded procedure?

0 Answers  


Differentiate between sga and pga.

0 Answers  


What is foreign key and example?

0 Answers  


How would you reference column values before and after you have inserted and deleted triggers?

0 Answers  


Give the structure of the procedure ?

1 Answers  






Why are sql stored procedures used?

0 Answers  


Why do we need unique key in a table?

0 Answers  


What is pl sql in dbms?

0 Answers  


what is oracle database ? : Sql dba

0 Answers  


declare l1 number := null; l2 number :=null; begin if l1=l2 then message('equal'); else if l1<>l2 then message('not equal'); else message('else'); end if; end if; end; What will be the output ?

7 Answers   Oracle,


What are joins in sql?

0 Answers  


How subquery works in sql?

0 Answers  


Categories