How do I save a sql query?


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

Post New Answer

More SQL PLSQL Interview Questions

What is the use of sqldataadapter?

0 Answers  


Is drop table faster than truncate?

0 Answers  


What is sql engine in oracle?

0 Answers  


Can procedure in package be overloaded?

0 Answers   EXL,


What does select top 1 do in sql?

0 Answers  






How can i insert data inro a table with 3 columns using FORALL?

2 Answers   Oracle,


what is 'force view'?

3 Answers   Cap Gemini, SPIC,


Write a simple program on cursors

2 Answers   BirlaSoft,


How are multiple column = value pairs delimited in the SET clause of an UPDATE statement? 1. With commas (SET price = 0, status = 'I') 2. With parentheses (SET (price = 0) (status = 'I')) 3. With double-pipes (SET price = 0 || status = 'I') 4. With square-brackets (SET [price = 0] [status = 'I'] 5. With single or multiple spaces (SET price = 0 status = 'I')

2 Answers  


Does truncate need commit?

0 Answers  


Differentiate between % rowtype and type record.

0 Answers  


what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba

0 Answers  


Categories