This book starts with the concepts in RDBMS (Relational Database Management Systems) and SQL (Structured Query Language). The first few chapters cover the definitions and a brief explanation of all the important concepts. They also cover the installation of MariaDB and MySQL on Windows and Raspberry Pi, as well as the setup of various tools used to connect to MySQL and MariaDB server processes. We will also understand how to install sample schemas and how to use basic SQL queries. Then we move on to the SELECT query in detail. The book explores the data retrieval aspect of SQL queries in detail with the WHERE clause and NULL handling in detail. The book also explores the functions available in MySQL. Those are single row and group functions. Then we explore how to combine the data from multiple sources. The technique is known as Joins, and we will learn ANSI style and the old-style syntax for all the types of Joins.

The last part explores the DDL and DMLs in depth. We also learn the concepts of Transactions and Constraints. The book explores how we can run the SQL queries from a Python 3 program and load a pandas DataFrame with the data from a table in a schema in the MySQL database.

Tagline
A step-by-step guide that will help you manage data in a relational database using SQL with ease

Key Features
● Understand the concepts related to relational databases.
● Learn how to install MariaDB and MySQL on Windows, Linux and tools to access it.
● Learn how to connect Python and Pandas to MySQL/MariaDB.

What Will You Learn
● Understand the basics of MySQL and MariaDB.
● Get familiar with MySQL Arithmetic Operators, DDL, DML, DCL & TCL commands.
● Understand the concept of Single-Row Functions and Group Functions in detail.
● Retrieve data from multiple sources using the Joins.

Who This Book is For
This book is designed for beginners as well as professionals alike. The book will also be useful to Data Scientists, Data Analysts, Database Administrators, and Data Engineers