How to update salary of employees department wise?
Answer Posted / 8008064637
begin
updata emp set sal=sal+1000 where deptno in(10,20,30,40);
end;
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
what is a foreign key ? : Sql dba
What is pl/sql language case sensitive?
Explain scalar functions in sql?
List and explain the different types of join clauses supported in ansi-standard sql?
What is sql dialect?
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
What is the purpose of the sql select top clause?
What is difference between group by and partition by?
Can we create foreign key without primary key?
How do I view tables in sql developer?
How to find 3rd highest salary of an employee from the employee table in sql?
what is csv? : Sql dba
Explain polymorphism in pl/sql.
What is information schema in sql?
Does db2 use sql?