CREATE Database, User and Table – Easy examples with MySQL.

samuel-zeller-360588

Photo by Samuel Zeller on Unsplash

This blog post will be the first part of a MySQL Beginner Series of basics I will delve into, as I journey down this path of learning.

(more…)

Easy table and database creation examples in PostgreSQL.

This post will demonstrate basic concepts for creating a simple database and table in PostgreSQL. These examples will brush the surface of the CREATE DATABASE and CREATE TABLE commands, providing a solid base, to begin with, and build on moving forward.

(more…)