Dental Clinic DBMS Chapter II
Dental Clinic DBMS Chapter II
METHODOLOGY
A structured approach that uses procedures, techniques, tools, and documentation help to support and
make possible the process of design is called Design Methodology.
A design methodology encapsulates various phases, each containing some stages, which guide the
designer in the techniques suitable at each stage of the project. A design methodology also helps the
designer to plan, manage, control, and evaluate database development and managing projects.
Furthermore, it is a planned approach for analyzing and modeling a group of requirements for a
database in a standardized and ordered manner.
Conceptual Model
The main aim of this model is to establish the entities, their attributes, and their relationships. In this
Data modeling level, there is hardly any detail available of the actual Database structure.
This ER (Entity Relationship) Diagram represents the model of Dental Clinic Entity. The entity-
relationship diagram of Dental Clinic shows all the visual instrument of database tables and the relations
between Patient, Nurses, Problems, Medicines etc. It used structure data and to define the relationships
between structured data groups of Dental Clinic functionalities. The main entities of the Dental Clinic are
Problems, Patient, Doctors, Nurses, Appointments and Medicines.
Dental Clinic entities and their attributes :
• Problems Entity
• Patient Entity
• Doctors Entity
• Nurses Entity
• Appointments Entity
• Medicines Entity
• The details of Problems is store into the Problems tables respective with all tables
Each entity (Medicines, Doctors, Appointments, Patient, Problems) contains primary key and unique
keys.
• The entity Doctors, Appointments has binded with Problems, Patient entities with foreign key
•
All the entities Problems, Appointments, Doctors, Medicines are normalized and reduce duplicacy of
records
We have implemented indexing on each tables of Dental Clinic tables for fast query execution.