What databases use mysql?
I know Oracle database use plsql, but what databases use mysql?
Public Comments
- MySQL IS a database.
- MySQL is a database. plsql is an Oracle extension to the SQL language to faciliate certain kinds of programming within the database itself. MySQL has its own extensions to the SQL specification to achieve much the same thing.
- plsql is the programming language embedded into Oracle. MySQL is a complete database system in its own right. MySQL isn't a programming language, but a relational database management system. Usually MySQL is used in conjunction with a programming language (often PHP) to create data-driven web sites.
- Simply put, MySQL is a database that uses MySQL. - Hex
Powered by Yahoo! Answers