Placeholder

DBM405A Lab 1 Baseball Database and Team data

$12.00

Description

I. OBJECTIVES
Get access to a MySQL environment.
Familiarize yourself with the environment.
II. PARTS LIST
EDUPE Omnymbus Environment (https://devry.edupe.net:8300); and/or
MySQL (dev.mysql.com/downloads).
III. PROCEDURE
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.
Using MySQL on your own computer means downloading a version from dev.mysql.com/downloads and installing the database engine on your computer. This can be done easily and there are a number of resources on the web to help you with this process.
You may also use the MySQL environment hosted by Omnymbus by logging in with your credentials to https://devry.edupe.net:8300.
Using the first approach will give you experience writing programs on a desktop computer and accessing a database. Using the second approach will give you experience writing applications that access a database in a cloud environment.
You are encouraged to use both approaches.
Desktop MySQL Environment
Download the MySQL Community Server from the http://dev.mysql.com/downloads/ website.
Install MySQL on your computer.
Open the MySQL Environment on your computer.
Omnymbus Environment
Login to the MySQL Omnymbus Environment by following the instruction located in Doc Sharing (document titled “Login MySQL Omnymbus Environment”).
Lab Procedure Continued (common to both environments)
Create a database named “Baseball”.
Create a table named “Teams” and add the following fields:
TeamCode (character 5)
TName (character 20)
TAddress (character 30)
TCity (character 20)
TState (character 2)
TZip (character 9)
Wins (integer)
Losses (integer)
Populate the table with 8 teams.
Create a table named “Players” and add the following fields:
FirstName (character 20)
LastName (character 30)
MidInit (character 1)
PAddress (character 30)
PCity (character 20)
PState (character 2)
PZip (character 9)
Phone (character 11)
Team (character 5)
Populate the table with 80 players (10 on each team). For the team, use the TeamCode from the first table to identify the Team the player is on.
Display or list the data from both table to the screen or printer.
SCREENSHOTS
SOLUTION
PAYMENT
The solution includes a zip document.
Attachments [Move over files to preview content of those files]
DBM405A_Week_1.zip (160.73 KB)
DBM405A-Week_1_Script.sql
DBM405A_Week_1_Solution.docx
Preview DBM405A-Week_1_Script.sql
xxxxxxxx xxxxxxx(5),
xxxxx xxxxxxx(20),
xxxxxxxx xxxxxxx(30),
xxxxx xxxxxxx(20),
xxxxxx xxxxxxx(2),
TZip varchar(9),
Wins int,
Losses int
);

CREATE TABLE Players
(
FirstName varchar(20),
LastName varchar(30),
MidInint varchar(1),
PAddress varchar(30),
PCity varchar(20),
xxxxxx xxxxxxx(2),
xxxx xxxxxxx(9),
xxxxx xxxxxxx(11),
xxxx xxxxxxx(5)
);
Price: $12
Buy Now
Checkout
Added to cart
Buy More Save More
Buy at least TWO items & save up to 30% OFF your ENTIRE order!
Rack up instant rebates in your shopping cart. Simply add items to your cart, and see the savings add up.
Discounts will automatically be applied on eligible orders.
DBM405A Lab 1 Baseball Database and Team data – $12.00
DBM405A Lab 2 Baseball Database Count, Orderby, Where clause – $15.00
DBM405A Lab 3 Baseball Database and Season Table – $15.00
DBM405A Lab 4 NextSeason Season Tables Indexes and report – $15.00
DBM405A Lab 5 Views Backup and Restore Procedures – $15.00
DBM405A Lab 6 Stored Procedure HomeTeamScore and AwayTeamScore and Event to Backup DB – $19.00
DBM405A Lab 7 Reports in C# Programming Language for Upcoming Schedules and Team Rosters – $19.00
Add to Cart
Checkout
Added to cart
You May Also Like:
DBM405A Lab 2 Baseball Database Count Orderby and Where clause
DBM405A Lab 3 Baseball Database and Season Table
DBM405A Lab 4 NextSeason Season Tables Indexes and Report
DBM405A Lab 5 Views Backup and Restore Procedures
DBM405A Lab 6 Stored Procedure HomeTeamScore and AwayTeamScore and Event to Backup DB
DBM405A Lab 7 Reports in C# Programming Language for Upcoming Schedules and Team Rosters

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.