MySQL is a Relational SQL database management system , and it is open source software.

Relational database means that all the data is stored into different tables 

and relations are established using primary keys or other keys known as foreign keys.

Relational DataBase Management System (RDBMS) is a software that:

  • Enables you to implement a database with tables, columns, and indexes.

  • Guarantees the Referential Integrity between rows of various tables.

  • Updates the indexes automatically.

  • Interprets an SQL query and combines information from various tables.


ref : http://www.tutorialspoint.com/mysql/mysql-introduction.htm

文章標籤
全站熱搜
創作者介紹
創作者 JerryCheng 的頭像
JerryCheng

KwCheng's blog

JerryCheng 發表在 痞客邦 留言(0) 人氣(7)