Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

List out the components of logical database structure of oracle database.

1088


How to use subqueries with the exists operator in oracle?

1065


What is null value in oracle?

1157


How to convert characters to numbers in oracle?

1112


How do I recompile a procedure in oracle?

1015


How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?

1966


What is the usage of analyze command in oracle?

1138


Can we write insert statement in function in oracle?

1153


How to assign data of the deleted row to variables?

1115


What are the uses of synonyms?

1183


How to create lov dynamically at runtime & attach to text field?

1238


How to rename an existing table?

1211


What is a nvl function? How can it be used?

1089


Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.

2179


What is set verify off in oracle?

1153