what is the syntax of update command?
Answer Posted / ajeet singh
Update <tablename>
set <columnname=values......> where <condition> ;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to do paging with oracle?
What is the meaning of recursive hints in oracle?
How would you best determine why your MVIEW couldnt FAST REFRESH?
What is enter substitution variable in oracle?
What are the logical operations?
Explain implicit cursor.
What is blob data type in oracle?
Explain the use of inctype option in exp command.
what is the dual table in oracle?
How to assign data of the deleted row to variables?
What is the scope of a local variable?
List out the components of logical database structure of oracle database.
What is the difference between count (*), count (expression), count (distinct expression)?
How do I find my oracle client driver version?
What is a trigger oracle?