what is the syntax of update command?
Answers were Sorted based on User's Feedback
Answer / arijitnit
update table_name set column_name=value where condition
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / shahnaz
UPDATE <TABLE_NAME> SET
COLUMN1=VALUE1,COLUMN2=VALUE2,COLUMN3=VALUE3.... WHERE
<CONDITION>
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ajeet singh
Update <tablename>
set <columnname=values......> where <condition> ;
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we store images in oracle database?
State all possible different index configurations a table can possibly have?
Where are the settings stored for each instance in oracle?
Name the three major set of files on disk that compose a database in Oracle?
How to Remove the 3rd highest salary person record from table?
what is the use of system.effective.date variable in oracle?
hello friends Im doing my final year engineering in B.Tech.. one of uncle said he can provide job in his company if im good in database management. but i have only basic knowledge about database, so like to join database management course in good intuition. so friends kindly help me to get good intuition because its my future.
What does a Control file Contain ?
what is the difference between restoring and recovering?
How to lock and unlock a user account in oracle?
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?
What is the data pump export utility?