Question: https://drive.google.com/file/d/1roDwV61gZLaB5-UvINAUkpzSNhO3sCoM/view?usp=share_link link for the data base. Provide a query that will make a view for task 8 from Lab 9. Provide a query that would

https://drive.google.com/file/d/1roDwV61gZLaB5-UvINAUkpzSNhO3sCoM/view?usp=share_link

link for the data base.

  1. Provide a query that will make a view for task 8 from Lab 9.
  2. Provide a query that would make an index that would improve the performance of searches against the elevation field.
  3. Provide a query that would make an index that would improve the performance of searches against both the source and destination airport field.
  4. How many rows are in the countries table. Provide the actual number
  5. Open a second connection to your local MySQL server.
  6. Start a transaction in the first connection and insert a row in the countries table.
  7. In the first connection, how many rows are in the countries table now?
  8. In the second connection, how many rows are reported in the countries table?
  9. Commit the transaction in the first connection.
  10. In the second connection, how many rows are reported in the countries table?
  11. Again, start a transaction in the first connection.
  12. Delete the row you just added.
  13. In the first connection, how many rows are in the countries table now?
  14. In the second connection, how many rows are reported in the countries table?
  15. Commit the transaction in the first connection.
  16. In the second connection, how many rows are reported in the countries table?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Answer However I can help guide you through the queries and steps you need to perform based on the g... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!