BoLearn SQL In 60 Minutes (Дата оригинальной публикации: )
In this video we will cover everything you need to know about SQL in only 60 minutes. We will cover what SQL is, why SQL is important, what SQL is used for, the syntax of SQL, and multiple examples of SQL. SQL is the standard language for interacting with and manipulating data in a relational database system, and is one of the most important concepts you can learn in programming. It allows you to create, read, update, and delete data which is something nearly every application will need to do.
IMPORTANT: Exercises Worksheet Repository:
How to Install MySQL:
Outline:
[00:00] - Intro
[05:10] - SQL Syntax
[07:30] - Create Database
[09:20] - Drop Database
[10:34] - Use Database
[11:22] - Create Table
[13:01] - Alter Table
[14:47] - Drop Table
[15:08] - Create Table (Part 2)
[15:35] - Band Table
[15:55] - Not Null
[16:10] - Primary Key/ID/Auto Increment
[18:40] - Album Table
[20:05] - Foreign Key/Table Relationships
[23:05] - Insert Into
[25:40] - Select
[26:27] - Limit
[26:52] - Specific Columns
[27:18] - As/Alias Columns
[28:20] - Order By
[29:24] - Insert Into (Part 2)
[32:04] - Distinct Select
[33:07] - Update
[33:40] - Where
[33:15] - Less Than
[33:55] - Like String Filter
[37:26] - Or
[38:04] - And
[38:40] - Between
[39:20] - Is Null
[39:46] - Delete
[41:00] - Join
[43:25] - Inner/Left/Right Comparison
[46:42] - Aggregate Functions
[48:05] - Group By
[50:40] - Combined With Join
[51:15] - Alias Tables
[53:57] - Having vs Where
Learn X in Y Minutes Playlist:
Twitter:
GitHub:
CodePen:
#SQL #LearnSQL #MySQL
1 view
137
40
2 months ago 00:16:48 4
Unit 0 - Computer Science in 17 min
3 months ago 00:04:46 10
Why You Should Replace Your Booleans With Timestamps
3 months ago 01:38:01 1
OWASP Top 10. Учимся эксплуатировать уязвимости (XXS, SQLi, SSRF, IDOR, LFI, Brute Force etc)
4 months ago 10:44:08 2
PHP For Beginners - Complete Course (2023) [Check Comment for HD version Link]
7 months ago 00:17:49 5
SQL WHERE. Операторы SQL. Булева алгебра в SQL. LIKE, BETWEEN, IS, IN
8 months ago 00:16:49 2
COMPUTER SCIENCE explained in 17 Minutes
8 months ago 15:57:48 53
Harvard CS50’s Introduction to Programming with Python – Full University Course
1 year ago 01:01:52 8
Automating Boolean SQL Injection and Evading Filters
1 year ago 00:44:36 1
CS50P - Lecture 3 - Exceptions
1 year ago 01:20:47 1
CS50P - Lecture 2 - Loops
1 year ago 00:36:36 5
HackTheBox - Soccer
2 years ago 00:56:23 33
BoLearn SQL In 60 Minutes (Дата оригинальной публикации: )
2 years ago 01:10:01 28
FULL SQL DATABASE COURSE | Beginner to Intermediate in 1 Hour
2 years ago 00:04:52 1
MySQL Tutorial for Beginners 14 - MySQL LIMIT Clause
2 years ago 00:11:54 2
MySQL Tutorial for Beginners 12 - MySQL OR condition By Examples
2 years ago 00:12:00 1
MySQL Tutorial for Beginners 11 - MySQL AND condition By Examples