What is the difference b/w MYSQL and PostregreSQL
MY SQL & Postregre SQL
2 answers ( 0 marked as helpful)
They're both RDBMS' just different ones. There are some commands that change between the two and some differences in the architecture. MySQL is more popular in industry but Postgres is the more popular open source alternative. MySQL can be faster (depending on which version you're implementing) but Postgres is generally considered more extensible.