Getting Started with MariaDB
This course will teach you how to learn MariaDB by installation and configuration from the scratch. You'll also learn how to write efficient queries to retrieve data from multiple tables.
What you'll learn
MariaDB is great for its open-source innovation and enterprise-grade reliability, as well as its modern relational database. It has emerged as a smart alternative to legacy databases. In recent releases, MariaDB Server has become the leading open source database for enterprises closing the gaps with proprietary databases. In this course, Getting Started with MariaDB, you'll learn all the concepts which will help you to get started with MariaDB. First, you'll discover how to install and configure MariaDB. Next, you'll explore how to retrieve and modify the data. Then, you'll learn how to retrieve data using Joins. Finally, you'll figure out how to write efficient code and learn resources. By the end of this course, you'll have a solid foundation to get started developing applications with MariaDB.
Table of contents
- Agenda 1m
- CRUD Operation 1m
- CRUD - Create - Syntax 5m
- CRUD - Retrieve - SELECT Syntax 2m
- CRUD - Update - INSERT Syntax 3m
- CRUD - Delete - Syntax 2m
- Demo - CRUD Operation - Create 7m
- Demo - CRUD Operation - Insert 6m
- Demo - CRUD Operation - Insert - Part 2 5m
- Demo - CRUD Operation - Update 4m
- Demo - CRUD Operation - Delete 5m
- Summary 2m