How to install the RDBMS Software?
Most of the RDBMS softwares are proprietary and some of them are open source.
For the proprietary
software like Oracle Database, Microsoft SQL Server you have to take the
license to use by paying a good amount.
For the open source
software or community editions of the proprietary softwares, you have not to
pay any amount. You can use them for learning purpose but not for commercial
purpose.
To learn the SQL
statements, you can install MySQL Community Edition Server and Workbench
software from the following links
https://dev.mysql.com/downloads/mysql/
https://dev.mysql.com/downloads/workbench/
You can also refer the video, How to Install MySQL Community Edition, if getting an issue in installation process.
Comments
Post a Comment