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 embedded sql in db2?
How to write a query to show the details of a student from students table whose
What are different methods to trace the pl/sql code?
What is a record in pl/sql?
What is pl sql variable?
difference between anonymous blocks and sub-programs.
Explain about various levels of constraint.
How to run sql statements with oracle sql developer?
What are some predefined exceptions in pl/sql?
- 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?
what is a cursor? : Sql dba
define data blocks ? : Sql dba
what are different types of collation sensitivity? : Sql dba
How can you view the errors encountered in a trigger?
How can a function retun more than one value in oracle with proper example?