Navigating: Home » Web Development Web Development This is one major reason I created Devsrealm, to share what I have learned with others in the web development scene. I’ll be covering PHP, JS, JS frameworks, CSS, and more. Altering MariaDB TablesIn our last guide, we dive deep into creating databases and tables. In this guide, we would discuss altering and manipulating the data, well, you can get the full structure of your table in a go, so, you will need to occasionally change the structure or other aspects of your table. I create a couple of tables ... Read Full Post[MariaDB] Guide To Creating Databases and TablesIF you are new to mariadb or mysql, you might want to take a sneak peek at the Introduction To MariaDB, I covered a couple of interesting concept in that post. In this guide, you’ll learn how to create a mariadb database and table. You can think of a database as a container that houses different tables, and ... Read Full PostIntroduction To MariaDBA database is a structured collection of records or data stored in a computer server and organized in such a way that it can be quickly searched and information can be rapidly retrieved with very minimal to no overheads. MySQL or MariaDB is an open-source, multithreaded relational database that gives you the ability to create one or ... Read Full PostPrevious12345