help : Different Databeses | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

help : Different Databeses

MySql, SqlServer, Oracle , ...... What is the different between them? and which is the best? and what's their IDE or program use to work with?

24th Jan 2018, 3:11 PM
Ali Abdulbasit
Ali Abdulbasit - avatar
10 Answers
+ 7
For studying other db models (other than relational) you can study NoSQL. For some applications they work really nice.
28th Jan 2018, 2:37 PM
Developer
+ 7
@Vadim Ok no problem. Sorry if I was too greedy. I play from the start of the list to the end. And I'm from Iran ☺ Best Regards. Developer.
29th Jan 2018, 2:21 PM
Developer
+ 6
@Vadim No to what?!
29th Jan 2018, 2:09 PM
Developer
+ 5
SQL SERVER = Microsoft Oracle = Oracle MySQL = Oracle (free) DB2 = IBM Access = Microsoft Each has its own management system (SQL Server has Management Studio/ SSMS, Oracle database has Oracle SQL Developer). All can be managed by SQL and GUI. One textbook ranks in terms of performance (without details how they measured it): 1. Oracle 2. DB2 3. SQL Server 4. MySQL 5. Access but as SQL Server is optimised for Windows, this can be easily #1 on a vast majority of machines.
28th Jan 2018, 10:55 PM
Volodya Tikhomirov
Volodya Tikhomirov - avatar
+ 5
Bad English))
29th Jan 2018, 2:15 PM
Vadim Shainurov
Vadim Shainurov - avatar
+ 5
@Developer, you were not. I also wanted to ask this question 😀
29th Jan 2018, 2:22 PM
Volodya Tikhomirov
Volodya Tikhomirov - avatar
+ 4
They are all built on the same concept called Relational calculus. The difference is only in their implementation but the interface they offer to interact with them will be almost same. For example all the database servers mentioned above support a standard language called SQL to interact them. In addition to the standard interface, each provider has custom additions useful for their loyalists. I can't pick one as the best because each one of them has their own advantages and disadvantages. coming to the IDEs, for MSSQL server we have SQL server management studio, For MySql also we have an IDE. If you are developing web application using PHP, phpmyadmin is a useful tool. Apart these are some database agnostic interfaces are also available. We can also interact using command line.
24th Jan 2018, 4:55 PM
Ravi Chandra Enaganti
Ravi Chandra Enaganti - avatar
+ 4
@Developer I am don't play. I am from Russia
29th Jan 2018, 2:15 PM
Vadim Shainurov
Vadim Shainurov - avatar
+ 3
@Developer no
29th Jan 2018, 2:07 PM
Vadim Shainurov
Vadim Shainurov - avatar
+ 2
Addition: As of November 2017 Microsoft's DBMS SQL Server is named #1 by Gartner: https://info.microsoft.com/rs/157-GQE-382/images/Gartner_ODBMS_MQ_2017.jpg
17th Feb 2018, 8:58 PM
Volodya Tikhomirov
Volodya Tikhomirov - avatar