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 are sql objects?
What is nested table in pl sql?
How many types of sql are there?
- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?
How do you pronounce sql?
What is the use of count (*) in sql?
What is cross join sql?
what are the advantages of mysql in comparison to oracle? : Sql dba
What is sql*loader?
How do I turn a list into a table?
what is text? : Sql dba
Why do we need pl sql?
How delete all data from table in sql?
Which are the different types of indexes in sql?
Is primary key a clustered index?