Category Archives: mariadb

Khóa học miễn phí MariaDB – Backup Loading Methods nhận dự án làm có lương

MariaDB – Backup Loading Methods In this chapter, we will learn about various backup loading methods. Restoring a database from a backup is a simple and sometimes terribly long process. There are three options in loading data: the LOAD DATA statement, mysqlimport, and a simple mysqldump restore. Using LOAD DATA The LOAD DATA statement functions […]

Khóa học miễn phí MariaDB – Quick Guide nhận dự án làm có lương

MariaDB – Quick Guide MariaDB – Introduction A database application exists separate from the main application and stores data collections. Every database employs one or multiple APIs for the creation, access, management, search, and replication of the data it contains. Databases also use non-relational data sources such as objects or files. However, databases prove the […]

Khóa học miễn phí MariaDB – Useful Functions nhận dự án làm có lương

MariaDB – Useful Functions This chapter contains a list of the most frequently used functions, offering definitions, explanations, and examples. MariaDB Aggregate Functions Most frequently used aggregate functions are given below − Sr.No Name & Description 1 COUNT It counts the number of records. Example − SELECT COUNT(*) FROM customer_table; 2 MIN It reveals the […]