In a table only one column how to update rows
Answer Posted / geetha
create a table with one column
select sno,rowid from test_table;
then use the rowid to update the col..
update test_table set sno = value where rowid =' '
| Is This Answer Correct ? | 10 Yes | 7 No |
Post New Answer View All Answers
Does sap use sql?
What operators deal with null?
what is 'mysqlcheck'? : Sql dba
what tools available for managing mysql server? : Sql dba
What found sql?
Describe sql comments?
First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.
Which data type is a composite type?
What is the purpose of the primary key?
How do I delete a trigger?
What if we write return in procedure?
Can we create table in function?
What schema means?
What is clause in sql?
what is the difference between undefined value and null value? : Sql dba