
Explore what MariaDB is as an open source relational database management system, including how tables, primary keys, and foreign keys establish relationships and ensure referential integrity.
Discover MariaDB features such as high performance storage engines and cross-platform support across multiple operating systems. Explore language compatibility, GPL or BSD licensing, and version history like 5.1.
Learn how to create a table in MariaDB, specify a primary key, and define columns with appropriate data types.
Learn how the drop table statement removes a table from a MariaDB database, its unrecoverable consequences, and use Management Studio to drop a table.
Learn how to insert records into a table using insert statements in MariaDB, and verify results with select queries on the students table, including fields like name, address, admission date.
Learn how to update data in MariaDB by modifying existing fields, changing values like student names and birthdays, and reflecting these updates in records.
Explore how the truncate statement deletes all records in the same statement without a where clause, and understand that the deleted records cannot be ordered back.
Explore the like clause in MariaDB, using pattern matching with wildcards in select statements to find data, including names starting with specific letters and single-character matches.
Explore the order by clause to sort results in ascending or descending order. Retrieve student name and student id from the students table and view the ordered output.
Explore the MariaDB COUNT() function, learning how it counts expressions and rows, and how to count distinct student names to prevent duplicates in queries.
Learn how to use the min() function to retrieve the minimum value of an expression, and apply an order by clause in a MariaDB select query.
Master the avg() function to compute the average salary across all students and apply a 50 percent increase to that average in MariaDB.
Master inner join concepts and the left and right join types to combine data from students and employees in MariaDB using select queries.
Explore how a left outer join retrieves all student records and matches with employees where available.
Explore right outer join in MariaDB, using an on condition to combine students with employees and view student names, addresses, and employee salaries.
Explore the intersect operator in MariaDB by comparing student names and employee names to find common names and observe cases with no matches.
Learn how to create and drop stored procedures in MariaDB, compare procedures with functions, and manage procedure names through practical examples.
Learn how the MariaDB comparison operator evaluates equality to filter data, enabling you to select results and understand how comparisons shape outcomes.
Download a CentOS ISO image by going to the link, then click the first link, and watch the download start.
Learn how to set up a virtual machine in VirtualBox, enable virtualization, and attach a CentOS ISO image to the optical drive, configuring storage options.
Install MariaDB on CentOS using yum, configure the system, and complete a secure setup by removing anonymous users and limiting remote login.
Set up a MariaDB Galera cluster across three servers by installing required packages, configuring services, and validating the clustered status.
This course provides basic and advanced concepts of MariaDB. This course is designed for beginners and professionals both.
MariaDB is a community based project of the MySQL relational database management system. It is open source and relational database technology. It is a great replacement of MySQL.
This course includes all topics of MariaDB such as what is mariadb, features, installation, heidisql, syntax, datatypes, connection, Datatabase, create database, select database, tables, crud operation, insert, limit, update, delete, statement, clauses, operators, aggregate function, sum, avg, MariaDB conditions, MariaDB join etc.
This course targets novice developers and those new to MariaDB. It guides them in understanding basic through more advanced concepts in MariaDB. After completing this course, your firm foundation in MariaDB and level of expertise will allow you to begin developing and easily build on your knowledge.
The course assumes your familiarity with relational database management systems, querying languages, MySQL, and general programming. It also assumes familiarity with typical database operations in an application.