Skip to content

This repository offers a concise guide to MySQL, covering installation steps, common commands, SQL queries, and database management tasks. It includes detailed explanations and examples for MySQL operations, making it useful for both beginners and experienced users. Topics covered include MySQL installation, database creation, data retrieval

Notifications You must be signed in to change notification settings

Sourabh-Sahu/Database-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

What is Database Management System

Database Management System (DBMS) is a software application that works to create, maintain, and manipulate databases. It aids in organizing, storing, and retrieving databases, while also paying attention to data integrity, security, and concurrency control.

The primary goal of DBMS is to assist in storing and accessing data in a structured manner. Data is organized into tables, rows, and columns. Users can search, retrieve, and manipulate data through queries and commands using DBMS.

Databases Besides Database Types

  1. MySQL
  2. PostgressSQL
  3. MariaDB
  4. Microsoft SQL Server
  5. Oracle RDBMS
  6. IBM DB2
  7. MongoDB (NoSQL)
  8. SQLite

What is Database

A database is an organized collection of data stored in a format that can be easily accessed. It allows for reading and writing data, storing large amounts of data, better organizing data, providing faster access to data, easier manipulation, and relating data to other data. Databases are not spreadsheets; they can define and traverse relationships between tables and issue commands to interact with the database. Spreadsheets are optimized for adding numbers, whereas databases are optimized for working with data.

Types of Databases

Relational Database (RDBMS)

  • Relational Databases: They organize data into tables, rows, and columns, such as MySQL, PostgreSQL, Oracle.

NoSQL Database

  • NoSQL Databases: They are designed to handle unstructured or semi-structured data, such as MongoDB.

About

This repository offers a concise guide to MySQL, covering installation steps, common commands, SQL queries, and database management tasks. It includes detailed explanations and examples for MySQL operations, making it useful for both beginners and experienced users. Topics covered include MySQL installation, database creation, data retrieval

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published