top of page

Criminal Identification System
A small step towards digital criminal recognition
The Module is of database management which is done on the mysql server. The database prisoner has 5 tables which individually contain all the information that may be required to identify a criminal. We use JDBC connectivity to link our database and then do the execution of queries.
The database is normalized to 3NF with every table having its own purpose. There is no redundancy. The databases can be viewed under database page
bottom of page