How to create a simple design of student exam database in according to the object oriented database management system model?
If we create a simple design of student exam database in the perspective of object oriented database management system model then what kind of attributes and classes in the database can follow in the diagram object oriented management system model?
The student exam database
It is hard copy of student database and their records. It contains basic
detail related to the student and their environment of student. It helps to
maintain the mark sheet record of every student in the particular class of
student. There are some basic attributes and classes related to the student
exam database object.
The Name of student
It is a class related to the student exam database which connected with
strong line. There are three fields in the class of ‘name of student’ following
below
First name, middle name and last name are fields that hold the character
data type.
{First name = Character data type}
{Middle name = Character data type}
{Last name = Character data type}
Roll number
It is a Strong attribute of the particular student of which can help to
easily find the record of the student in the database of student exam. It holds
the both types of data type such as character and numerical.
{Roll number = Character and numerical data type}
Postal Address
It is an attribute of student that helps to find with the combination of
two records from the student record. Such as compare with the parent name data
and student address which is known as composite data attribute. But here the ‘Postal
Address’ is the class in according to the object database and there fields are
following below with types of data type.
{Plot number = Numerical data type}
{Street number = Numerical data type}
{City = Character data type}
{State = Character data type}
{Pin code = Numerical data type}
Photo of Student
It is image attribute of student which can identify by their face of
real time of the student. It very strong attribute without their unique
identity number of student as a roll number in student exam database. It
depends on the size of the image with their recommended criteria in the field
of image box. It also requires the format of the image such as jpg, PNG, jpeg
etc.
{Photo of student = GIF data type}
Comments
Post a Comment