How to revise and re-run the last sql command?


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

Post New Answer

More SQL PLSQL Interview Questions

What is a trigger in pl/sql?

1 Answers  


Which one is better sql or oracle?

0 Answers  


How to access the current value and next value from a sequence?

6 Answers  


What are basic techniques of indexing?

0 Answers  


Is it possible for a table to have more than one foreign key?

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  


how to load data with out header and footer records in a database using sql*loader? pls tell me the answer urgently

1 Answers   Oracle, Wipro,


Is sql easier than java?

0 Answers  


What is rownum in sql?

0 Answers  


how to check the 3rd max salary from an employee table?

23 Answers   IBM,


What are different categories of sql commands?

0 Answers  


How do I order columns in sql?

0 Answers  


Categories