InterviewSolution
Saved Bookmarks
| 1. |
MySQL is freely available and is open source.(a) True(b) FalseThis question was posed to me in a job interview.My question comes from Basic Database Terminology in section General MySQL Use of MySQL |
|
Answer» RIGHT option is (a) True The explanation is: MySQL is free and open SOURCE. It’s source CODE is available for USE and is freely downloadable. It includes the MySQL SERVER, the world’s most popular open source database, and MySQL Cluster, a real-time, open source transactional database. |
|