Question: Using Java Run the following queries: Write a query that Inserts a new actor into the database. Once you have completed the insert, write a
Using Java
Run the following queries:
Write a query that Inserts a new actor into the database. Once you have completed the insert, write a query to view all information for that specific actor.
Write a query to Update the actor that you just inserted. Give your new actor a firstname of Emmy and a lastname of Rock. When you have completed that update, run another query to see your updated employee.
Tip! Make sure only to update your specific employee. Don't update all employees!
Write a query that finds all staff that do not have a value specified for password.
Write a query that finds all staff's information that has a value for firstname and storeid
Write a query that updates all people with a Null value in the address column. If the district is Alberta, put address as Canada, and if the district is QLD put Australia.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
