top of page
BLOG
Code Chronicles
Exploring Computer Science


MySQL Stored Procedures and Functions: An Overview, Comparison, and Use Cases
This article provides an overview of MySQL stored procedures and functions, explaining their syntax, creation, and invocation with...


Data Aggregation in MySQL: Understanding GROUP BY, HAVING, and Alternative Techniques
Data Aggregation in MySQL: Understanding GROUP BY, HAVING, and Alternative Techniques.


MySQL Best Practices for Safe DML and DDL Operations
This article outlines best practices for secure data and schema manipulation in MySQL using DML and DDL commands. These best practices include applying the Principle of Least Privilege for permissions, utilizing MySQL features like SQL_SAFE_UPDATES and transactions for DML, and implementing planning and backups for DDL changes.


MySQL Data Manipulation: Using INSERT, UPDATE, and DELETE Commands
This article explains how to manipulate data using MySQL tables and the Data Manipulation Language (DML) commands: INSERT to add new...


Choosing the Right MySQL Data Type
This article explores MySQL data types, like integers, decimals, strings, and dates, used to define the information stored in table columns. Selecting the correct data type is crucial for ensuring data integrity, optimizing storage and performance, and performing calculations and comparisons.


SQL Server to MySQL Migration: A Four-Step Guide
This article explains the process of migrating a relational database from Microsoft SQL Server to MySQL, noting key differences between the platforms. It details the four essential steps for a successful migration: assessment and planning, schema conversion, data migration, and subsequent application modification.
Alexander S. Ricciardi
Computer Science Enthusiast


Omega-py
Alex Ricciardi
ABOUT
I am Alexander S. Ricciardi
Omegapy (Alex Ricciardi) is my professional alias.
bottom of page