In a table only one column how to update rows
Answer Posted / prerit
update table_name set coloumn_name=value;
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What's the difference between a primary key and a clustered index?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
Is postgresql a nosql database?
Why do we use procedures in pl sql?
difference between anonymous blocks and sub-programs.
Does a primary key have to be a number?
What are different types of statements supported by sql?
Does varchar need length?
What is the difference between in and between in sql?
Can 2 queries be executed simultaneously in a distributed database system?
Does pl sql work in mysql?
what are the differences between char and nchar? : Sql dba
Can a foreign key be a duplicate?
What is the difference between partitioning and sharding?
What is the purpose of the sql select top clause?