what is the purpose of update command in oracle?
Answer Posted / highness
Update command is used to change the value of an
column/s (field) of a table
or
to change an existing value/s of a table
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
Why function is used in sql?
What is sql and also describe types of sql statements?
What is left join in postgresql?
Does sql support programming?
What is a column in a table?
What is indexing oracle sql?
Can we write ddl statements in functions?
How many clustered indexes can be created on a table?
Name some usages of database trigger?
What are the properties of a transaction?
How are functions and procedures called in PL/SQL?
what are null values? : Sql dba
How can check sql version from command line?
what is the difference between delete and truncate statement in sql? : Sql dba