Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Database-Management

Overview

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.

Features

  • Create Table: Defines the structure of a database table.
  • Insert Data: Adds records into the created tables.

About

Database management involves creating tables to define data structure and using the CREATE statement to establish them, followed by the INSERT statement to add data into the tables.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors