Explain the steps needed to create the scheduled job?


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

Post New Answer

More SQL PLSQL Interview Questions

What is sql trigger example?

0 Answers  


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  


What are the steps you take to tune(performance tuning) the code in plsql?

4 Answers   Cap Gemini, Infosys, TCS,


how u can find the n row from a table?

19 Answers   Tech Mahindra,


Determine if oracle date is on a weekend?

0 Answers  






What is the difference between left join and right join?

0 Answers  


How do I clear the screen in sql plus?

0 Answers  


what is clause? : Sql dba

0 Answers  


What is an implicit commit?

0 Answers  


What is difference between cursor and trigger?

0 Answers  


What sql database should I use?

0 Answers  


Explain the usage of WHERE CURRENT OF clause in cursors ?

3 Answers  


Categories