MariaDB – Useful Resources The following resources contain additional information on MariaDB. Please use them to get more in-depth knowledge on this. Useful Links on MariaDB − Official Website of MariaDB − Wikipedia Reference for MariaDB Useful Books on MariaDB To enlist your site on this page, please drop an email to contact@tutorialspoint.com Khóa học […]
Author Archives: user
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 […]
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 […]