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
Why is nosql good?
What is rowid in sql?
What is use of term?
How to Declare Fixed Length String Value In PL SQL
What mean sql?
Where the sql database files are stored?
Can function return multiple values in sql?
Explain commit, rollback and savepoint.
What is dialect in sql?
what is the difference between sql and t-sql? : Transact sql
Why we use stored procedure instead of query?
How will you distinguish a global variable with a local variable in pl/sql?
what is rollback? : Sql dba
What is a schema? How is it useful in sql servers?
Does sql support programming?