Category: MariaDB Database
Added: 15th of September 2019
Viewed: 1025 times
In the last tutorial we created a new database in MariaDB, we also created a new table with some fields and inserted some data.
The data included information about English football teams, their nicknames, stadium_name and capacity.
In this tutorial we will use basic MySQL queries to output information from the database.
Display all records from the table. Display records by id number, in ascending order
Other Tips & Tutorials
MariaDB Database
Perform basic SELECT queries in MariaDB using the Linux TerminalPosted: 15th of September 2019
Views: 1025
MariaDB Database
Create a new database, table and insert data, using MariaDB in the Linux TerminalPosted: 12th of September 2019
Views: 1004
MariaDB Database
Create a new user using MariaDB database in the Linux TerminalPosted: 30th of June 2019
Views: 1349
MariaDB Database
Install MariaDB database in Ubuntu based distributions 2019Posted: 16th of June 2019
Views: 1376
MariaDB Database
Create a new user in MariaDB and GRANT ALL privileges (Part 2)Posted: 28th of May 2018
Views: 1392