List all the people details
will show the tablePerson
.List all the volunteers details
will show the tableVolunteer
.List all the dependents of a volunteer
will list the dependents of a volunteer after we input theVolunteer ID
.Remove a dependent of volunteer
will remove the dependent after we input theDependent Name
and theVolunteer ID
.Remove a volunteer
will remove the volunteer from the table based on theVolunteer ID
.Remove a person
will remove the person from the table based on theAadhar ID
.Add a dependent of volunteer
will add a dependent after we input theDependent Name
andVolunteer ID
.Add a person
will add a person to the table after taking the various personal details.Add a volunteer
will add a volunteer to the table after taking the various volunteer details.Update person details
will update the various personal details after taking in theAadhar ID
.Update volunteer details
will update the volunteer details after taking in theVolunteer ID.
Update vaccination status
will update the vaccination status based on theAadhar ID
.Logout
will exit the code.
The port used in the database is 3306.
Click here for the video.