This project is a simple tool for managing a MySQL database using C++ programming. The tool provides basic functionalities such as inserting, reading, updating, and deleting data from the database.
/tp1 : Create a database for a blog (creating tables with constraints like foreign keys, unique keys and not null fields) tp1_depart.sql : sql file for beginning work tp1_ykacer.sql : sql file with ...
The Structured Query Language, used in the MySQL database, has great flexibility for selecting subsets of data from database tables. SQL's SELECT statement shows data from whole tables or any subset ...