
Learning MySQL and MariaDB
Author: Russell J.T. Dyer
Format: pdf
Size: 2MB
Downloaded: 175
Download book PDFRead Online
Description:
The next book will focus on the MySQL database management system and its branch MariaDB. This walkthrough will teach you how to install MySQL and MariaDB, how to use and maintain these relational DBMSs. The book also discusses the differences between one DBMS and another, syntax and work with big data. If you are a beginner programmer, then in this book you will find everything you need to create the first applications.
The book covers the following topics:
- introduction to relational databases
- installing MySQL and MariaDB
- SQL basics
- database structure: creation and management
- insert, delete, update and select data
- MySQL functions
- complex queries and more