Welcome to Ed2Ti Blog.

My journey on IT is here.

Introduction to Databases [1/5]

- Posted in Trebas College by

Objective: Equip participants with a comprehensive understanding of database fundamentals, relational and non-relational models, and essential database management skills. By the end of the course, participants should confidently navigate database systems, design simple databases, and appreciate the strategic role databases play in modern information management. The course aims to empower individuals with practical knowledge applicable to various domains, fostering a strong foundation for further database exploration.

Necessaires Downloads

  1. https://www.virtualbox.org/wiki/Downloads
  2. https://www.mysql.com/downloads/
  3. https://notepad-plus-plus.org/download/
  4. https://sourceforge.net/projects/brmodelo30/
  5. Http://staruml.io/download
  6. https://www.putty.org/
  7. https://dev.mysql.com/downloads/workbench/

Operating Systems

  1. Ubuntu 22.04 : https://ubuntu.com/download/server
  2. Windows 10 : https://www.microsoft.com/en-gb/software-download/windows10

Install Ubuntu on VirtualBox
https://www.ed2ti.com/2024/01/create-an-ubuntu-server-2204-virtual-machine-using-virtualbox

Install Mysql (Linux)

sudo apt update
sudo apt install mysql-server
sudo systemctl start mysql.service

GitHub Project

https://github.com/ed2ti/introduction_databases