It Database Project
It Database Project
The project should include Design view, Datasheet view, Field specifications, Form view, Query,
Report for both tables.
STUDENT RESULT SYSTEM
The student Marks Management refers to storing and managing student details as well as marks
details. In order to maintain these details, we have created a project that has two tables namely
Student and Marks tables.
Student table stores the student details and the Marks table stores the marks details. Notice that
these two tables have Admin_no in common which relates these two tables. The structure for these
tables need to be created in Design view followed by adding data in datasheet view.
Student Table
Admin_no S_name
Class Address
DOB City
Admin_no Hindi
English Science
Math IT
Q2. Create below mentioned tables using SQL. Give screenshot of SQL command after executing it.
PlayerID Integer
Player_Name varchar(40)
Goals_hit Numeric
Matches_won Numeric
Books