Description
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