Re: mysql script that extracts students academic record such as grade, scores etc
Posted by: Rick James
Date: December 02, 2014 09:31AM

Step 1. Identify the "entities" in your schema: Students, Classes, etc.
Step 2. Identify the attributes for each Entity: Student: name, student_id, phone, etc...
Step 3. Identify "relationships" such as "this student is in that class".

Do those, then come back for lesson 2 in database design.

Options: ReplyQuote


Subject
Written By
Posted
Re: mysql script that extracts students academic record such as grade, scores etc
December 02, 2014 09:31AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.