What is MySQL?
admin | March 23, 2010 | 2:38 pmSQL (Structured Query Language) is a standardised language used to access databases. The MySQL is a RDMS (Relational Database Management System) which stores data in tables instead of one area. The tables are then linked by defined relations and which then combines data upon request. Enabling flexible access to alter stored data.





