📖 The Scoop
In this book, you will learn how to build from scratch a criminal records management database system using MariaDB Connector/J. As you know, MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
In the first chapter, you will be taught how to create Crime database and its tables. In the second chapter, you will create Suspect table. You will be taught to create Java GUI to view, edit, insert, and delete Suspect table data. This table has eleven columns: suspect_id (primary key), suspect_name, birth_date, case_date, report_date, suspect_ status, arrest_date, mother_name, address, telephone, and photo.
In the third chapter, you will be taught to create Java GUI to view, edit, insert, and delete Feature_Extraction table data. This table has eight columns: feature_id (primary key), suspect_id (foreign key), feature1, feature2, feature3, feature4, feature5, and feature6. All six fields (except keys) will have a BLOB data type, so that the image of the feature will be directly saved into this table.
In the fourth chapter, you will add two tables: Police_Station and Investigator. These two tables will later be joined to Suspect table through another table, File_Case, which will be built in the seventh chapter. The Police_Station has six columns: police_station_id (primary key), location, city, province, telephone, and photo. The Investigator has eight columns: investigator_id (primary key), investigator_name, rank, birth_date, gender, address, telephone, and photo. Here, you will design a Java GUI to display, edit, fill, and delete data in both tables.
In the fifth chapter, you will add two tables: Victim and File_Case. The File_Case table will connect four other tables: Suspect, Police_Station, Investigator and Victim. The Victim table has nine columns: victim_id (primary key), victim_name, crime_type, birth_date, crime_date, gender, address, telephone, and photo. The File_Case has seven columns: file_case_id (primary key), suspect_id (foreign key), police_station_id (foreign key), investigator_id (foreign key), victim_id (foreign key), status, and description. Here, you will also design a Java GUI to display, edit, fill, and delete data in both tables.
Genre: Computers / Desktop Applications / Databases (fancy, right?)
🤖Next read AI recommendation
Greetings, bookworm! I'm Robo Ratel, your AI librarian extraordinaire, ready to uncover literary treasures after your journey through "Learning MariaDB" by Rismon Hasiholan Sianipar! 📚✨
Eureka! I've unearthed some literary gems just for you! Scroll down to discover your next favorite read. Happy book hunting! 📖😊
Reading Playlist for Learning MariaDB
Enhance your reading experience with our curated music playlist. It's like a soundtrack for your book adventure! 🎵📚
🎶 A Note About Our Spotify Integration
Hey book lovers! We're working on bringing you the full power of Spotify integration. 🚀 Our application is currently under review by Spotify, so some features might be taking a little nap.
Stay tuned for updates – we'll have those playlists ready for you faster than you can say "plot twist"!
🎲AI Book Insights
Curious about "Learning MariaDB" by Rismon Hasiholan Sianipar? Let our AI librarian give you personalized insights! 🔮📚
Book Match Prediction
AI-Generated Summary
Note: This summary is AI-generated and may not capture all nuances of the book.