Skip to content

Hironogawa/devCo-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Exercises and Commands

SQL Exercises and Commands

Objective of this repository is to learn SQL commands and practice them

  1. Install ex. MySQL on your local workspace.
  1. Try out the SQL Queries for yourself.
    • There is a file called queries.sql with SQL commands to try out.
    • Try first the Create Table commands, so you have some dummy data to work with.
    • Then try out the Select commands.
    • Then try out the Update commands.
    • Then try out the Delete commands.

Docker

  • To start the docker container, run the following command in the terminal:
docker-compose up -d
  • To stop the docker container, run the following command in the terminal:
docker-compose down
  • To access the phpMyAdmin, go to the following url in your browser:
http://localhost:8080/
  • To access the PHP index page, go to the following url in your browser:
http://localhost:8000/

You will find the credentail settings for the database in the docker-compose.yml file.

About

SQL Exercises and Commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published