adspace


What is difference between oracle sql and mysql?

Answer Posted / Nitin Chauhan

Oracle SQL and MySQL are both relational database management systems (RDBMS), but they have several differences:
1. Architecture: Oracle SQL is a proprietary database system developed by Oracle Corporation, while MySQL is an open-source RDBMS developed by Oracle Corporation but now owned by Oracle.
2. Performance: Oracle SQL generally offers better performance for large enterprise applications due to its superior scalability and advanced features.
3. Cost: MySQL is free to use for most purposes, whereas Oracle SQL comes at a cost, especially for commercial use.
4. Functionality: Oracle SQL has more built-in functions, triggers, and stored procedures than MySQL.
5. Community Support: MySQL has a large and active open-source community, making it easier to find help and solutions.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is current version of mysql?

1081


What is the current mysql version?

1103


Which statement is used in a select query for partial matching?

1247


How to Change a users password from unix shell.

1221