(5 points)
You are asked to build a web application using the given database and given project.
Your tasks:
1. User can type /show (/ represents your web application context path) to access Show Coaches Page:
LIST OF CODES
INFORMATION OF COACH
C001
Code:
C002
Name:
C003
Position:
C004
Salary:
C005
Team:
C006
• Display the interface as above (excluding data taken from the database) (1.0 point)
• The table "LIST OF CODES" must load data from [Coaches] table (1.0 point).
2. When user clicks the link (include code of coach), the corresponding information of that coach will be displayed in the texts in "INFORMATION OF COACH" (1.0 point) and add some more requirements (1.0 point):
Team is taken from [TeamName] in the [Teams] table that corresponds to the TeamID in the [Coaches] table.
+ 100%
DELETE
Zoom
Close