Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. Write a query to display the records from employee. 2. Write a query to update the records from employee SALARY=20000 only for the
1. Write a query to display the records from employee. 2. Write a query to update the records from employee SALARY=20000 only for the employee number = 105; 3. Write a query to delete records from employee having the number 109. 4. Write a query to implement the save point S1. 5. Write a query to implement the Rollback to the last save point $1. 6. Write a query to implement the COMMIT.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
With reference to question 1 SELECT FROM employee th...
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started