How to update salary of employees department wise?
Answer Posted / prativa mishra
update employees
set salary=salary+1000
where department_id=&department_id
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
How do I write a cron which will run a sql query and mail the results to agroup?
what are the advantages a stored procedure? : Sql dba
What is sql data?
How is indexing done in search engines?
what does it mean to have quoted_identifier on? : Sql dba
what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba
How do I start sql profiler?
How to avoid using cursors?
What is asqueryable?
What are the different parts of a package?
explain advantages of innodb over myisam. : Sql dba
what is row? : Sql dba
What are some predefined exceptions in pl/sql?
Explain the the delete statements in sql?
How to execute a stored procedure?