Skip to content

A repository containing my solutions to Database-related problems and lab reports assigned by our lecturer, FAM (4th Semester)

License

Notifications You must be signed in to change notification settings

ShadowShahriar/cse208

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE 208: Database Madness

In this course, we will learn the practical applications of a Relational Database by writing and understanding SQL queries. We will use XAMPP to execute the SQL queries on our local machine.

📌 Useful Resources

📌 SQL Cheat Sheet

Installing XAMPP

Here is how we install XAMPP on Windows:

  • Head over to the downloads page and download the appropriate version. We will download the latest version, which is v8.2.12 at the time of writing

  • Run the setup executable. Make sure to keep the installation directory to:

    C:\xampp
    
  • It will prompt us to run the XAMPP Control Panel once the setup has completed

Activating the Database

The XAMPP Control Panel should look like this:

The XAMPP Control Panel UI

Now we have to start the Apache and MySQL modules:

Activating the modules

Having done that, we open Google Chrome or Firefox and navigate to the following URL:

http://localhost/phpmyadmin/

Useful Resources

youtube logo How to install XAMPP on Windows 11 (Updated 2025)

About

A repository containing my solutions to Database-related problems and lab reports assigned by our lecturer, FAM (4th Semester)

Topics

Resources

License

Stars

Watchers

Forks