Major League Players Who Attended University of Alabama
MLB University of Alabama Player List
SELECT m.nameFirst as firstname, m.nameLast as lastname, sp.playerID as theplayerid FROM People m, SchoolsPlayers sp WHERE sp.schoolID = 'alabama' AND sp.playerID = m.playerID ORDER BY lastname LIMIT 200