top of page
![MariaDB SQL Grammar [Part 4]](https://static.wixstatic.com/media/e72644_808e38e97134446c982c905187c51e0f~mv2.png/v1/fill/w_333,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/e72644_808e38e97134446c982c905187c51e0f~mv2.webp)
![MariaDB SQL Grammar [Part 4]](https://static.wixstatic.com/media/e72644_808e38e97134446c982c905187c51e0f~mv2.png/v1/fill/w_454,h_341,fp_0.50_0.50,q_95,enc_avif,quality_auto/e72644_808e38e97134446c982c905187c51e0f~mv2.webp)
MariaDB SQL Grammar [Part 4]
MariaDB Error Codes MariaDB shares many error codes with MySQL, it also has its own set of specific error codes. Understanding error...

fatima raza
May 31, 20233 min read
SQL-language-structure
MariaDB Error Codes MariaDB shares many error codes with MySQL, it also has its own set of specific error codes. Understanding error...

fatima raza
May 11, 20233 min read
![MariaDB SQL Grammar [Part 3]](https://static.wixstatic.com/media/e72644_808e38e97134446c982c905187c51e0f~mv2.png/v1/fill/w_333,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/e72644_808e38e97134446c982c905187c51e0f~mv2.webp)
![MariaDB SQL Grammar [Part 3]](https://static.wixstatic.com/media/e72644_808e38e97134446c982c905187c51e0f~mv2.png/v1/fill/w_454,h_341,fp_0.50_0.50,q_95,enc_avif,quality_auto/e72644_808e38e97134446c982c905187c51e0f~mv2.webp)
MariaDB SQL Grammar [Part 3]
Identifier Qualifiers: How to reference an object and its context in SQL statement ? Blog Post: Understanding Identifier Qualifiers in...

fatima raza
Apr 24, 20233 min read
Understanding Flex, Bison, and Parser: A Comprehensive Guide
Introduction: Flex and Bison are powerful tools for creating scanners (also known as lexers) and parsers, respectively, in software...

fatima raza
Apr 15, 20234 min read
![MariaDB SQL Grammar [Part # 2]](https://static.wixstatic.com/media/e72644_9d2294ccdbf340dcb5ad250cd0cf7b4d~mv2.png/v1/fill/w_591,h_167,fp_0.50_0.50,lg_1,q_35,blur_30,enc_avif,quality_auto/e72644_9d2294ccdbf340dcb5ad250cd0cf7b4d~mv2.webp)
![MariaDB SQL Grammar [Part # 2]](https://static.wixstatic.com/media/e72644_9d2294ccdbf340dcb5ad250cd0cf7b4d~mv2.png/v1/fill/w_422,h_119,fp_0.50_0.50,q_95,enc_avif,quality_auto/e72644_9d2294ccdbf340dcb5ad250cd0cf7b4d~mv2.webp)
MariaDB SQL Grammar [Part # 2]
Boolean Literals In MariaDB, FALSE is equivalent to 0 and TRUE is equivalent to 1. These constants are not case-sensitive, so TRUE, True,...

fatima raza
Mar 31, 20233 min read


MariaDB SQL Grammar
Identifier Names: Understanding Rules and Conventions In database systems, identifiers such as databases, tables, columns, indexes,...

fatima raza
Mar 19, 20234 min read


Revolutionizing Relational Databases: Discover the Power of MariaDB
MariaDB is a popular open-source relational database management system (RDBMS) that is designed to be a drop-in replacement for MySQL. It...

fatima raza
Mar 12, 20232 min read


Process Architecture
PostgreSQL is client/server RDMS with multi-process architecture and runs on single host. PostgreSQL Server: collection of multiple...

fatima raza
Jan 27, 20231 min read


Internals of PostgreSQL: Chapter#1
First chapter basically covers the logical and physical structure of a postgreSQL database clusters, how data is read, written, and the ...

fatima raza
Jan 27, 20232 min read


Build and Debug MariaDB from source (Ubuntu 22.04)
Install Dependencies Create the repository for configuration contents in the file /etc/apt/sources.list.d/mariadb.list. sudo gedit...

fatima raza
Jan 27, 20233 min read
bottom of page