- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Environmental Science
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is MYSQL ?
To understand exactly what is MYSQL, we need to understand what is DBMS and RDBMS. DBMS stands for Database Management System. When we have a huge database with us, we would need a proper management system which would help us organise this database. There are 4 types of database management systems:
- Hierarchical
- Network
- Relational
- Object – Oriented.
Out of these database management systems, MYSQL comes under the category of Relational database management system. A relational database refers to a database that stores data in a structured format, using rows and columns. This makes it easier to locate and access specific values within the database. It is “relational” because the values within each table are related to each other. The relational structure makes it possible to run queries across multiple tables at once.
- Related Questions & Answers
- What is a unique key in SQL ?
- How to find the nth highest salary in SQL ?
- What is MYSQL ?
- How to insert multiple rows in SQL ?
- How to delete a column in SQL ?
- How to Create a Table in SQL – Postgres and MySQL Example Query
- How to insert date in SQL ?
- What is Primary Key in SQL ?
ads