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
How do I order by ascending in sql?
what are tables and fields? : Sql dba
What is rtm in testing?
What is %s in sql?
Explain the difference between rename and alias?
How can you view the errors encountered in a trigger?
what are the different index configurations a table can have? : Sql dba
What is a Mapplet?
What is the difference between inner join and natural join?
What is having clause in sql?
Compare sql & pl/sql
Why do we use set serveroutput on?
What are the ways on commenting in a pl/sql code?
How many types of index are there?
Is vs as in pl sql?