This repository demonstrates basic database management techniques using MySQL, including the creation of tables and inserting data. It covers essential SQL operations for structuring and populating a database.
- Create Table: Defines the structure of a database table.
- Insert Data: Adds records into the created tables.