what is the syntax of UPDATE command?

Answer Posted / vishal b. patel

1. Below SP apply for all records of the Table

UPDATE <table name> SET <column name>=<new value>

----------------
2. Below SP apply for those records which are match with
the <condition>...

UPDATE <table name> SET <column name>=<new value> WHERE
<condition>

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is data block in Oracle?

613


What is pragma autonomous transaction in oracle?

511


Explain the use of tables option in exp command.

585


can anyody please send me the dump for Oracle 10g certifications for DBA path?

1677


Explain index?

733






In XIR2 if we lost the administration password .How can we regain the password?thanks in advance.

1464


What is a data dictionary and how can it be created?

606


What is the difference between PFILE and SPFILE in Oracle?

568


Explain the use of rows option in exp command.

577


How do I reset a sequence in oracle?

580


What privilege is needed for a user to connect to oracle server?

550


what happened to the global index when I truncate the data in one of the partition?

1511


Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?

1497


Write a trigger example in oracle?

565


Explain the use of rows option in imp command.

600