Database Free Labs

Practice various databases with Free Labs. Explore hands-on exercises to master SQL and NoSQL queries, database design, and management in interactive database playgrounds.

Explore MySQL System Tables

Explore MySQL System Tables

Learn how to start the MySQL service and explore system databases and tables to gain insights into MySQL's internal structure and management.
ChallengeDatabase
How to start PostgreSQL in Kali Linux

How to start PostgreSQL in Kali Linux

Discover how to set up and manage PostgreSQL databases in Kali Linux, a powerful cybersecurity tool. Learn the essential steps to get started with PostgreSQL for your cybersecurity projects.
LabDatabase
Create Your First MySQL Database

Create Your First MySQL Database

Learn how to create and manage your first MySQL database using essential commands. Perfect for beginners starting with database administration.
ChallengeDatabase
Create a Product Catalog Table

Create a Product Catalog Table

A local bookstore needs help setting up their product catalog database with proper table structure, data types, and constraints
ChallengeDatabase
MySQL Basic Data Manipulation

MySQL Basic Data Manipulation

In this lab, we will explore the fundamental data manipulation operations in MySQL including inserting, selecting, updating, and deleting data using SQL commands.
LabDatabase
MySQL Table Structure and Data Types

MySQL Table Structure and Data Types

In this lab, we will explore the fundamentals of MySQL table structures and data types
LabDatabase
Database Management Fundamentals with MySQL

Database Management Fundamentals with MySQL

Previously, we have covered the process of installing a MySQL server, connecting to it using a client and performing some basic administration tasks.
LabDatabase
Installation and Basic Configuration of MySQL

Installation and Basic Configuration of MySQL

Learn how to install, secure, and perform basic operations in MySQL, a popular open-source relational database management system. This lab covers verifying installation, securing the MySQL instance, accessing the MySQL shell, creating databases and tables, and performing basic data operations.
LabDatabase
Your First MongoDB Lab

Your First MongoDB Lab

Learn the basics of MongoDB by creating a database, inserting documents, and performing simple data operations in this beginner-friendly hands-on lab.
LabDatabase
Create MongoDB Collection

Create MongoDB Collection

Learn fundamental MongoDB skills by creating a database, inserting documents, and performing basic collection management in this beginner-friendly hands-on lab.
LabDatabase
Insert Data in MongoDB

Insert Data in MongoDB

Learn essential MongoDB data insertion techniques, from single document inserts to bulk operations, with practical examples and error handling strategies.
LabDatabase
Delete MongoDB Data

Delete MongoDB Data

Learn essential MongoDB data deletion techniques, including single document removal, bulk deletes, conditional deletion, and collection clearing in this hands-on practical lab.
LabDatabase
Update MongoDB Records

Update MongoDB Records

Learn essential MongoDB update techniques, from modifying single documents to performing bulk updates using powerful update operators in this hands-on lab.
LabDatabase
Honor Roll Tracker

Honor Roll Tracker

Learn to manage student academic performance using MongoDB, creating and querying a database to track honor roll achievements.
ChallengeDatabase
Populate the Students Collection

Populate the Students Collection

Learn how to insert multiple documents into a MongoDB students collection using the insertMany() method, exploring data insertion techniques.
ChallengeDatabase