BPB Publications | Learn SQL With MySQL (2020 EN)

Discussion in 'Computing' started by Kanka, Aug 8, 2023.

  1. Kanka

    Kanka Well-Known Member Loyal User

    Messages:
    16,391
    Likes Received:
    485
    Trophy Points:
    83
    [​IMG]

    Author: Ashwin Pajankar
    Full Title: Learn SQL With MySQL: Retrieve And Manipulate Data Using SQL Commands With Ease
    Publisher: BPB Publications (July 17, 2020)
    Year: 2020
    ISBN-13: 9789389898132, 9789389898088
    ISBN-10: 9389898137, 9389898080
    Pages: 132
    Language: English
    Genre: Educational: Databases
    File type: EPUB (True)
    Quality: 10/10
    Price: 22.20 €


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

    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.


    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.

    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.

    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.

    -------------