Course Content
MySQL Editions
MySQL Editions
0/1
MySQL Database Structure
MySQL Database Structure
0/1
MySQL Components
MySQL Components
0/1
MySQL Tools
MySQL Tools
0/1
MySQL Data Types
MySQL Data Types
0/1
MySQL Storage Engines
MySQL Storage Engines
0/1
Create MySQL Database
Create MySQL Database
0/1
MySQL Create Table
MySQL Create Table
0/1
MySQL INSERT Statement
MySQL INSERT Statement
0/1
MySQL SELECT Statement
MySQL SELECT Statement
0/1
MySQL UPDATE Statement
MySQL UPDATE Statement
0/1
MySQL DELETE Statement
MySQL DELETE Statement
0/1
MySQL DROP Database
MySQL DROP Database
0/1
MySQL Functions
MySQL Functions
0/1
MySQL CREATE VIEW
MySQL CREATE VIEW
0/1
MySQL DROP Table
MySQL DROP Table
0/1
MySQL GROUP BY Clause
MySQL GROUP BY Clause
0/1
MySQL Replace Statement
MySQL Replace Statement
0/1
MySQL Subquery
MySQL Subquery
0/1
MySQL Joins
MySQL Joins
0/1
MySQL Import/Export
MySQL Import/Export
0/2
MySQL Beginner
About Lesson

A database is a structured collection of records or data stored in a computer system. It allows commands to create, access, and manage data.
We can implement databases using Relational Database Management System software(RDBMS). The software is called relational because data is stored in tables, and relations are established using keys.

Join the conversation