Data and Databases

Discover articles, guides, and related topics in this category.

Articles in Data and Databases

Read the latest articles published in this section.

9 articles
Data Quality Validation After Database Migration
Data Quality Validation After Database Migration

Learn how to validate data quality after database migration with practical checks for row counts, duplicates, encoding issues, null values, relationships, performance, reconciliation, and rollback readiness in PostgreSQL and MySQL projects.

Read More By echrif | Jun 09, 2026
How to Prevent Mojibake and Data Quality Problems During Database Imports
How to Prevent Mojibake and Data Quality Problems During Database Imports

Learn how to prevent mojibake, broken accents, unreadable Arabic text, duplicate records, bad dates, and data loss during database imports from CSV, Excel, MySQL, or legacy systems into PostgreSQL using a practical validation checklist safely.

Read More By echrif | Jun 09, 2026
Database Migration Checklist for PostgreSQL and MySQL
Database Migration Checklist for PostgreSQL and MySQL

Learn how to plan a safe database migration checklist for PostgreSQL and MySQL, covering data quality, schema mapping, testing, rollback, performance, security, and production risks before moving real application data.

Read More By echrif | Jun 07, 2026
Complete Tutorial: SQL Queries Using MySQL Workbench
Complete Tutorial: SQL Queries Using MySQL Workbench

A beginner-friendly tutorial that explains how to use MySQL Workbench to create databases, write SQL queries, manage tables, insert and update data, filter results, use joins, group data, and export query results with practical examples.

Read More By echrif | Apr 30, 2026