-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathERD text_Rev2.txt
More file actions
98 lines (93 loc) · 1.12 KB
/
Copy pathERD text_Rev2.txt
File metadata and controls
98 lines (93 loc) · 1.12 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
People
-
playerID varchar pk
birthCountry varchar
nameFirst varchar
nameLast varchar
weight int
height int
bats varchar
throws varchar
Hall_Of_Fame
-
playerID varchar pk fk -< People.playerID
yearID int
votedBy varchar
ballots float
needed float
votes float
inducted varchar(1)
category varchar
needed_note varchar
Batting
-
playerID varchar pk fk -< People.playerID
G int
AB int
R int
H int
2B int
3B int
HR int
RBI float
SB float
CS float
BB int
SO float
IBB float
HBP float
SH float
SF float
GIDP float
AVG float
Fielding
-
playerID varchar pk fk -< People.playerID
G int
GS float
InnOuts float
PO int
A int
E float
DP int
PB float
WP float
SB float
CS float
ZR float
Pitching
-
playerID varchar pk fk -< People.playerID
W int
L int
G int
GS int
CG int
SHO int
SV int
InningsPitchedouts int
H_allowed int
ER int
HR_allowed int
BB_allowed int
StruckOut int
BAOpp float
ERA float
IBB_allowed float
WP int
HitBatsmen float
BK int
BFP float
GF int
R_allowed int
SH_allowed float
SF_allowed float
GIDP_pitcher float
Awards
-
playerID varchar pk fk -< People.playerID
award_count int
year_count int
lgID_count int
tie_count int
notes_count int