- Posted By: freeproject
- Comments: 0
Posted By freeproject on July 17, 2017
This ER (Entity Relationship) Diagram represents the model of Vehicl RTO Registration System Entity. The entity-relationship diagram of Vehicl RTO Registration System shows all the visual instrument of database tables and the relations between Registration, Vehicle Maker, Vehicle, Driving License etc. It used structure data and to define the relationships between structured data groups of Vehicl RTO Registration System functionalities. The main entities of the Vehicl RTO Registration System are Vehicle, Registration, Vehicle Type, Vehicle Maker, Customer and Driving License.
Vehicl RTO Registration System entities and their attributes :
- Vehicle Entity : Attributes of Vehicle are vehicle_id, vehicle_customer_id, vehicle_number, vehicle_type, vehicle_description
- Registration Entity : Attributes of Registration are registration_id, registration_vehicle_id, registration_customer_id, registration_name, registration_type, registration_number, registration_date, registration_description
- Vehicle Type Entity : Attributes of Vehicle Type are vehicle_type_id, vehicle_type_customer_id, vehicle_type_number, vehicle_type_description
- Vehicle Maker Entity : Attributes of Vehicle Maker are vehicle_maker_id, vehicle_maker_customer_id, vehicle_maker_number, vehicle_maker_description
- Customer Entity : Attributes of Customer are customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Driving License Entity : Attributes of Driving License are license_id, license_name, license_type, license_description
Description of Vehicl RTO Registration System Database :
- The details of Vehicle is store into the Vehicle tables respective with all tables
- Each entity ( Driving License, Vehicle Type, Customer, Registration, Vehicle) contains primary key and unique keys.
- The entity Vehicle Type, Customer has binded with Vehicle, Registration entities with foreign key
- There is one-to-one and one-to-many relationships available between Customer, Vehicle Maker, Driving License, Vehicle
- All the entities Vehicle, Customer, Vehicle Type, Driving License are normalized and reduce duplicacy of records
- We have implemented indexing on each tables of Vehicl RTO Registration System tables for fast query execution.