-
PostgreSQL Vs. MySQL
PostreSQL is a great SQL platform that is truly SQL, unlike MySQL that has forked from the standard. MySQL is definitely the thing to run if your software was built … Original source
-
Linux Tutorials: Install & Setup PostgreSQL on Ubuntu
Learn how to install and setup PostgreSQL on Ubuntu. I show a couple of good tips to make it easier to get into the psql console. This was recorded on Ubuntu … Original source
-
PostgreSQL Top Ten Features
Original source
-
SQL Tutorial 1: Installing and Setting up PostgreSQL
First tutorial in SQL. How to install and set up PostgreSQL. Original source
-
MySQL vs PostgreSQL – Why you shouldn’t use MySQL
A comparison of the error reporting between MySQL, and PostgreSQL. Original video: http://vimeo.com/43536445. Original source
-
Programming Tutorial – Introduction to SQL with PostgreSQL
Learning the basics of SQL including creating a table, inserting data, updating data, deleting data, and reading data from the table. We use PostgreSQL with … Original source
-
SQL Tutorial for Beginners 1: Installing PostgreSQL and Creating Your First Database
In this video we will begin learning SQL Basics. To get started writing SQL, we need to first set up a server and a database. The server we will be using for these … Original source