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
how many sql ddl commands are supported by 'mysql'? : Sql dba
How to convert comma separated string to array in pl/sql?
What does partition by mean in sql?
What is set serveroutput on in pl sql?
What is number function in sql?
Is ms sql traffic encrypted?
Explain the difference between drop and truncate commands in sql?
How do I run pl sql in sql developer?
Is delete faster than truncate?
What is the usage of the distinct keyword?
How to sort the rows in sql.
What is the most restrictive isolation level? : Transact sql
Is it possible for a table to have more than one foreign key?
What are string functions in sql?
Is sql between inclusive?