Relational Database
RDBMS, relational databases. MySQL, PostgreSQL, SQLite
MySQL
- MySQL | Installing MySQL
- MySQL | Connecting to a Database from the Console
- MySQL | Checking the Version
- MySQL | Create Tables and Add, Delete, or Modify Columns
- MySQL | Table Creation Error Related to DEFAULT timestamp
- MySQL | Strings
- MySQL | Totals with WITH ROLLUP
- MySQL | Change the Sort Order of NULL Values
PostgreSQL
- PostgreSQL | Installing PostgreSQL
- PostgreSQL | Connecting to PostgreSQL with psql
- PostgreSQL | PostgreSQL Configuration Files
- PostgreSQL | PostgreSQL Basic Syntax
- PostgreSQL | Data Types
- PostgreSQL | Database
- PostgreSQL | Schema
- PostgreSQL | Creating Roles (Users)
- PostgreSQL | Terminal Command Collection
- PostgreSQL | ALTER Constraints and Table Names
- PostgreSQL | Using Sequences
- PostgreSQL | Using ROWNUM with row_number()
- PostgreSQL | Trigger Usage Example
- PostgreSQL | Functions
- PostgreSQL | Query Foreign Key Table and Column Lists