Welcome to the first video in the Database Basics for Software Developers series.
In this video, we start from zero and learn how applications use SQL to communicate with a DBMS. Then we create our first database and tables step by step using a practical example.
Related Shorts:
How apps talk to a database:
• How apps talk to a database
SQL Basics in 30 Seconds: Create Database, Tables & Data:
• SQL Basics in 30 Seconds: Create Database,...
What you will learn:
00:00 Introduction
01:40 What is SQL?
01:50 What is a DBMS?
02:30 Database vs Table
06:30 CREATE DATABASE
07:30 CREATE TABLE
20:00 Summary and next steps
In the next video, we will continue with:
ALTER TABLE
DROP TABLE
INSERT data into tables
Playlist:
Database Basics for Software Developers
GitHub: https://github.com/omar-kweidy
Instagram: / omarkweidy.dev
LinkedIn: / omar-kweidy-39b20541a
#sql #database #programming #softwaredevelopment #backenddevelopment