MySQL
From NIOS
Previous Page | Home Page | Next Page |
---|
ICT Applications
MySQL is an open source RelationalDatabase Management System and is popular choice of database for usein web applications. A Relational database management system (RDBMS)is a database management system (DBMS) that is based on therelational model as introduced by E. F. Codd.
The data in RDBMS is stored in databaseobjects called tables. The table is a collection of related dataentries and it consists of columns and rows. A table is the mostcommon and simplest form of data storage in a relational database.
Previous Page | Home Page | Next Page |
---|
ICT Applications