What is the difference between mysql and oracle?



What is the difference between mysql and oracle?..

Answer / Minaxi Gautam

MySQL is open-source and primarily used for web-based applications, while Oracle is a commercial database management system that offers more advanced features such as support for complex transactions, high availability, and comprehensive security.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

when i declare date data type in sql ,i inserted the date 22-10-2012,but my result is in different date 1894-07-11 any one pls help me what's wrong in my query Create table orders(od_id int,od_name varchar(10),od_date date) insert into orders values(1,'sai',22-10-2012) and any one pls suggest what i can learn for 3 years real time experenice in sql because i am looking for database field

1 Answers  


How do I find mysql location?

1 Answers  


What is mysql sleep process?

1 Answers  


What is the data source name for mysql?

1 Answers  


What is the difference between mysql and oracle?

1 Answers  


How we can get distinct columns values in mysql?

1 Answers  


how we can use more then one primary key in Single Table

9 Answers   Systematix,


What is mysql workbench used for?

1 Answers  


Suppose you have to collect the first name, middle name and the last name of students from the below table. But, you observe that there few missing values either in the first name, middle name and the last name columns. How will you return the first non-null values?

1 Answers  


What is a heap table?

1 Answers  


Is mysql owned by oracle?

1 Answers  


How to shutdown mysql server?

1 Answers  


Categories