ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,340 results

Bro Code
Learn MySQL joins in 5 minutes!

MySQL #course #tutorial 00:00:00 intro 00:01:46 INNER JOIN 00:03:48 LEFT JOIN 00:04:20 RIGHT JOIN 00:04:45 conclusion ...

5:04
Learn MySQL joins in 5 minutes!

819,682 views

3 years ago

Bro Code
MySQL: PRIMARY KEYS are easy

MySQL #tutorial #course 00:00:00 introduction 00:00:46 PRIMARY KEY with a new table 00:01:34 PRIMARY KEY with an existing ...

5:25
MySQL: PRIMARY KEYS are easy

85,633 views

3 years ago

Bro Code
MySQL: INDEXES are awesome

mysql #tutorial #course -- INDEX (BTree data structure) -- Indexes are used to find values within a specific column more quickly ...

6:26
MySQL: INDEXES are awesome

93,660 views

3 years ago

Bro Code
MySQL UNIONS are easy

MySQL #tutorial #course Union tutorial example explained -- NO DUPLICATES SELECT first_name, last_name FROM employees ...

4:14
MySQL UNIONS are easy

94,492 views

3 years ago

Bro Code
MySQL: SUBQUERIES

MySQL #tutorial #course SELECT first_name, last_name, hourly_pay, (SELECT AVG(hourly_pay) FROM employees) AS avg_pay ...

6:46
MySQL: SUBQUERIES

187,836 views

3 years ago

Bro Code
MySQL: GROUP BY

MySQL #tutorial #course You can copy and paste all of the following statements if you would like to follow along in this video.

5:08
MySQL: GROUP BY

110,496 views

3 years ago

Bro Code
MySQL VIEWS are awesome

MySQL #tutorial #course MySQL tutorial for beginners CREATE VIEW employee_attendance AS SELECT first_name, last_name ...

6:03
MySQL VIEWS are awesome

107,564 views

3 years ago

Bro Code
MySQL: STORED PROCEDURES

MySQL #tutorial #course ----- Example 1 ----- DELIMITER $$ CREATE PROCEDURE get_customers() BEGIN SELECT * FROM ...

8:02
MySQL: STORED PROCEDURES

149,188 views

3 years ago

Bro Code
MySQL: How to create a DATABASE

MySQL #SQL #database MySQL CREATE USE ALTER DROP a database tutorial example explained 00:00:00 What is a ...

4:01
MySQL: How to create a DATABASE

350,577 views

3 years ago

Bro Code
MySQL: How to create a TABLE

sql #MySQL #table 00:00:00 Intro 00:00:36 CREATE TABLE 00:03:00 SELECT * FROM TABLE 00:03:21 RENAME TABLE ...

8:10
MySQL: How to create a TABLE

504,482 views

3 years ago

Bro Code
MySQL tutorial for beginners (intro + installation) 🐬

00:00:00 introduction 00:02:22 Windows installation 00:06:05 Mac OS installation.

10:30
MySQL tutorial for beginners (intro + installation) 🐬

445,589 views

3 years ago

Bro Code
MySQL: TRIGGERS

MySQL #tutorial #course 00:00:00 intro 00:00:33 setup part 1 00:02:01 BEFORE UPDATE 00:05:45 BEFORE INSERT 00:08:14 ...

16:50
MySQL: TRIGGERS

208,305 views

3 years ago

Bro Code
MySQL SELF JOINS are ... ughhh

MySQL #tutorial #course 00:00:00 example 1 00:05:44 example 2 00:00:00 conclusion SELECT a.first_name, a.last_name, ...

10:03
MySQL SELF JOINS are ... ughhh

117,144 views

3 years ago

Bro Code
MySQL wild cards are easy

MySQL #course #tutorial % = any amount of random characters _ = one single random character 00:00:00 % 00:01:55 _ 00:04:00 ...

4:18
MySQL wild cards are easy

51,079 views

3 years ago

Fireship
MySQL - The Basics // Learn SQL in 23 Easy Steps

JOIN me for a full beginner's tutorial on MySQL. Learn the basics of relational databases by recreating AirBnb's database with raw ...

17:17
MySQL - The Basics // Learn SQL in 23 Easy Steps

1,174,767 views

4 years ago

Bro Code
MySQL: How to SELECT data from a TABLE

MySQL #SQL #database MySQL SELECT WHERE clauses tutorial example explained.

5:01
MySQL: How to SELECT data from a TABLE

123,655 views

3 years ago

Bro Code
PHP how to connect to MySQL database

PHP #course #tutorial PHP connect to XAMPP MySQL database.

8:50
PHP how to connect to MySQL database

223,968 views

1 year ago

Bro Code
MySQL: FOREIGN KEYS are easy (kind of)

MySQL #course #tutorial 00:00:00 intro 00:00:50 CREATE TABLE customers 00:01:17 INSERT INTO customers 00:01:58 ...

8:17
MySQL: FOREIGN KEYS are easy (kind of)

333,179 views

3 years ago

Bro Code
MySQL: UNIQUE constraint

MySQL #tutorial #course 00:00:00 add UNIQUE CONSTAINT to a new table 00:01:12 add UNIQUE CONSTAINT to an existing ...

4:43
MySQL: UNIQUE constraint

70,327 views

3 years ago

Maven Analytics
SQL Window Functions | Clearly Explained | PARTITION BY, ORDER BY, ROW_NUMBER, RANK, DENSE_RANK

SQL Pocket Guide author Alice Zhao breaks down each part of a window function, step-by-step. 🗓️ MARK YOUR CALENDARS!

7:52
SQL Window Functions | Clearly Explained | PARTITION BY, ORDER BY, ROW_NUMBER, RANK, DENSE_RANK

235,961 views

1 year ago

Bro Code
MySQL: ON DELETE

MySQL #tutorial #course 00:00:00 intro 00:02:24 SET NULL 00:04:40 CASCADE 00:07:11 conclusion ALTER TABLE transactions ...

7:31
MySQL: ON DELETE

37,765 views

3 years ago

Bro Code
MySQL logical operators are easy

MySQL #course #tutorial 00:00:00 intro 00:01:39 AND 00:02:45 OR 00:03:30 NOT 00:04:29 BETWEEN 00:05:11 IN 00:05:42 ...

5:57
MySQL logical operators are easy

49,053 views

3 years ago

The Coding Gopher
99% of Developers Don't Get PostgreSQL

Check out Supabase: https://supabase.plug.dev/qnxeTMY ❤️ Get 40% OFF CodeCrafters: ...

12:40
99% of Developers Don't Get PostgreSQL

170,434 views

3 months ago

Bro Code
MySQL: How to INSERT rows into a TABLE

mysql -- EXAMPLE 1 -- INSERT INTO employees VALUES (1, "Eugene", "Krabs", 25.50, "2023-01-02"); SELECT * FROM ...

5:54
MySQL: How to INSERT rows into a TABLE

214,364 views

3 years ago

Bro Code
MySQL: DEFAULT constraint is easy

MySQL #course #tutorial 00:00:00 intro 00:02:25 DEFAULT when creating a table 00:03:26 DEFAULT for an existing table ...

8:19
MySQL: DEFAULT constraint is easy

51,588 views

3 years ago