-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
38 lines (19 loc) · 1.57 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Relational Baseball Database
This is for CS 150 - Databases
Included are files that will allow you to create the database and fill it with thousands of fictional data. There is also PHP code for a website to interact with the database.
createschema.sql - an sql file that creates all my tables.
dropschema.sql - an sql file that drops my tables from create schema.sql
gamesbigpop.txt - a txt file containing the values to add to the games table through populatelarge.sql
generator.java - the java program I wrote to fill in my populate large files.
pitchersbigpop.txt - a txt file containing the values to add to the pitcher table through populatelarge.sql
pitchesbigpop.txt - a txt file containing the values to add to the pitches table through populatelarge.sql
playerbipop.txt - a txt file containing the values to add to the player table through populatelarge.sql
populatelarge.sql - an sql file that contains the commands to fill each table. Used the INSERT method because the tab delimiter was causing problems in my generator.
populatesmall.sql - an sql file that contains the commands to fill each table with 5 values each.
PosPlayerbigpop.txt - a txt file containing the values to add to the Posplayer table through populatelarge.sql
teamsbigpop.txt - a txt file containing the values to add to the teams table through populatelarge.sql.
Actions1-5.php - each link on my homepage on vmwardrobe.
index.php - Homepage on vmwardrobe
PPInsert.php - php script for inserting a player
batter pitcher.php - php script for calculating BA
batting average.php - php script for calculating BA