Design a Database of student, subject and marks and describe various keys and attributes ? Example ??
Database Design
120517-Jul-2018
Updated on 17-Jul-2018
Home / DeveloperSection / Forums / Database Design
Design a Database of student, subject and marks and describe various keys and attributes ? Example ??
Prakash nidhi Verma
17-Jul-2018Hey, Franco according to your question here I post a designed database for you. its contain a student id, name and address and shown below how to create tables :
Database Design:
Create student table :
Create enrollment table :
Create subject table :
Happy Coding :)