Answer Posted / sudhakar
update <table-name> set column-name<condition> where <condition>
ex:
update dept set desg='manager' where deptid=111;
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the different types of partitions in oracle?
Explain the use of analyse option in exp command.
Describe an oracle table?
What are the parameters that we can pass through a stored procedure?
What is difference between truncate and delete?
What is ceil and floor in oracle?
How do I escape a reserved word in oracle?
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
How do I start tns listener?
How to use "while" statements in oracle?
what is the use of system.effective.date variable in oracle?
What is hot backup and logical backup?
Explain the difference between sql and oracle?
What is the exact use of Collections?
Is java required for oracle client?