Loading

[NEW SOLN] DBM405A LAB 5 VIEWS BACKUP AND RESTORE PROCEDURES

[SOLVED] DBM405A LAB 5 VIEWS BACKUP AND RESTORE PROCEDURES:

I. OBJECTIVES

  1. Understand and become familiar with Tables and Indexes.

II. PARTS LIST

  1. EDUPE Omnymbus Environment (https://devry.edupe.net:8300); and/or
  2. MySQL (dev.mysql.com/downloads).

[SOLVED] DBM405A LAB 5 VIEWS BACKUP AND RESTORE PROCEDURES:

III. PROCEDURE
By now you have set up either the Omnymbus environment or the MySQL Server Community environment, or both. You may do the labs in this class on your own computer equipped with MySQL or you may use the MySQL environment hosted by the vendor Omnymbus. You may even use both.
Lab Procedure Continued (common to both environments)

  1. Create a view of the database showing the Team Name (TName) and the Players last name (LastName) for all Players in the system.
  2. Create a view of the database showing the current schedule. The view should show the HomeTeam name (TName) and the AwayTeam name (TName) and the PlayDate. The listing should be in chronological order.
  3. Set up a backup procedure and back up your “Baseball” database.
  4. Establish a restore procedure and restore your “Baseball” database from the backup.
Support