MySQL vs Postgresql vs Microsoft SQL Server Management Tools | Which Option is Best?

MySQL vs Postgresql vs Microsoft SQL Server Management Tools | Which Option is Best?

Alex The Analyst

2 года назад

131,356 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Alex The Analyst
Alex The Analyst - 13.06.2022 19:59

Thank you for everyone's feedback on this video. The intention of this video was to compare the UI and management tools for each of these, but the title and thumbnail was not representative of that. I updated the title and thumbnail to reflect it better. I do plan on diving into the actual databases to look at things like scalability, speed, and more. Thank you again for your feedback!

Ответить
EweChoob
EweChoob - 02.11.2023 04:03

Hey Alex. Avid consumer of your content here!

I am sorry Alex but I have to say something... you kept on referring to MySql, Postgresql, and Microsoft SQL Server Management Tools as SQL, or types of SQL.
MySql, Postgresql, and Microsoft SQL Server are database management systems, NOT SQL. These 3 database management systems store data using the relational model, thus they are also referred to as relational database management systems.
SQL is a query/programming language. It is the standard language for relational database management systems. Thus your SQL knowledge can be used/applied to any of these 3 relational database management systems.

Peace! 🙂

Ответить
Garth Custers
Garth Custers - 04.10.2023 17:05

This is really helpful for me as I am studying and trying to get in the analytics field, knowing which to focus on is really useful. Thanks Alex.

Ответить
stichTV
stichTV - 29.09.2023 01:14

@AlexTheAnalyst Is there a version for mac users ?

Ответить
Rick Fisher
Rick Fisher - 18.09.2023 08:19

Standard SQL is called “ANSI” Standard (DB2). PostgreSQL follows the “PL/pgSQL” SQL Dialect (similar to Oracles flavor - but Im reading DB2 now supports PL/1 too). Transact-SQL was created by a company called “Sybase.” Microsoft as is their pattern “partnered’ with Sybase and basically took their tech to make MSSQL-Server. To day MSSQL-Server is my favorite flavor of DB - but I’ve been in Oracle/PostgreSQL recently.

Ответить
Davidinsight
Davidinsight - 17.09.2023 18:26

How about MariaDB?

Ответить
Antoni Garcia
Antoni Garcia - 15.08.2023 02:41

Hi, mysql es down in the principal page. Any other page to download MySQL?

Ответить
Jaideep Nalluri
Jaideep Nalluri - 26.07.2023 20:53

Talking about importing the files into server SQL server is the best we don't need to take care about the data it takes all the data but and no need to convert to csv if it's an excel file.

comming to postgresql it's a pain we need to input all column names even after inputing all the columns there is no gaurantee that the file will import without errors we need to take care about the formatting of the csv such a large porcess

And comming to MySQL the import is some what easy but when exporting a large data set it sucks and takes more time even after waiting for the import for me sometimes it doesn't import any data these were faced 8n MySQL workbench,for MySQL we can use dbeaver which is better than MySQL workbench and import time a lot faster

Ответить
Steve Igi
Steve Igi - 21.07.2023 19:04

Great review. Thanks.

Ответить
The Kyle
The Kyle - 19.07.2023 17:22

Thanks for the video. I use SSMS with TSQL for work, but want to create something myself and don't want to pay. Although there are free options with Microsoft, I would like to not worry about scaling up. Think I might test out MySQL.

Ответить
Jacob W.
Jacob W. - 05.06.2023 04:08

This is me right here... my college DB course textbook was in Oracle, the class project was in MySQL, and now my internship is SQL Server

Ответить
Cradle of Relaxation
Cradle of Relaxation - 03.05.2023 20:04

My biggest issue with postgre is importing data and the quotation marks.

I had to create the table Schema with exactly same column before it will work.

Ответить
Avinash
Avinash - 20.04.2023 10:40

Alex, before finding you out i learned MySQL and would like to do your portfolio projects in MySQL, can you please guide me a bit there?

Ответить
Mr. Berry
Mr. Berry - 18.04.2023 06:11

MySQL for small to mid-size business with a regional focus.

Postgress for National and International focus. Best for this type of relational large scale database.

MS SQL for a National and International focus, plus the MS discount for mixing it with Azure and Office 365. Best for those all into using Microsoft only.

Ответить
niranga hendawitharana
niranga hendawitharana - 15.04.2023 19:55

Thanks for your honest review Alex...

Ответить
Shofar
Shofar - 12.04.2023 07:19

Thank you so much, Alex. I have a question. I uploaded a data containing more than 1000 rows. I want to see all rows, but it always return 135 rows. How can it happen?

Ответить
KHealer Instinct
KHealer Instinct - 09.04.2023 16:20

I don't think the words: "SQL" and "Database" mean what you think they mean...

Ответить
Orestes Katsaros
Orestes Katsaros - 06.04.2023 15:50

Another great video! Your channel is truly amazing for someone trying to get into the world of data analysis (like myself)! Also extra points for the office reference in the data! ;)

Ответить
Paul V
Paul V - 04.04.2023 02:33

I've used SQL Server at extremely large scale (taking in 1TB of data per day) and MySQL at very large scale. You get what you pay for. The performance, tools, configurability, SQL features, stability, etc are vastly better with SQL Server. It's not even close. I've only used Postgres in small instances but I would choose it over MySQL.

Ответить
Parag Kulkarni
Parag Kulkarni - 02.04.2023 13:38

Could you please zoom in while typing?

Ответить
Munaf Ali Hashmi
Munaf Ali Hashmi - 21.03.2023 08:55

Hey Alex, can you make a video on importing and exporting data in each of these SQL?

Ответить