ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

805 results

Fireship
SQL Explained in 100 Seconds

Learn the fundamentals of Structured Query Language SQL! Even though it's over 40 years old, the world's most popular ...

2:23
SQL Explained in 100 Seconds

1,327,131 views

4 years ago

Bro Code
Functions in MySQL are easy

MySQL #SQL #course More functions can be found here: https://dev.mysql.com/doc/refman/8.0/en/built-in-function-reference.html ...

3:45
Functions in MySQL are easy

138,533 views

3 years ago

Bro Code
MySQL: AUTOCOMMIT, COMMIT, ROLLBACK

MySQL #tutorial #course SET AUTOCOMMIT = OFF; COMMIT; ROLLBACK;

2:38
MySQL: AUTOCOMMIT, COMMIT, ROLLBACK

146,039 views

3 years ago

Bro Code
MySQL: CHECK constraint is easy

MySQL #SQL #tutorial The CHECK constraint is used to limit what values can be placed in a column. 00:00:00 intro 00:00:43 ...

3:57
MySQL: CHECK constraint is easy

70,334 views

3 years ago

Bro Code
MySQL LIMIT clause is easy

MySQL #tutorial #course MySQL tutorial for beginners SELECT * FROM customers LIMIT 1; SELECT *FROM customers LIMIT 2; ...

2:53
MySQL LIMIT clause is easy

30,606 views

3 years ago

Bro Code
MySQL: ROLLUP

MySQL #tutorial #course -- ROLLUP, extension of the GROUP BY clause -- produces another row and shows the grand-total ...

3:51
MySQL: ROLLUP

33,536 views

3 years ago

Bro Code
MySQL: AUTO_INCREMENT is awesome

MySQL #tutorial #course – AUTO_INCREMENT keyword used to automatically create a sequence of a column when inserting ...

3:55
MySQL: AUTO_INCREMENT is awesome

92,289 views

3 years ago

Bro Code
MySQL: How to UPDATE and DELETE data from a TABLE

MySQL #SQL #database 00:00:00 UPDATE 00:01:14 UPDATE multiple fields 00:01:55 UPDATE a field as NULL 00:02:16 ...

3:32
MySQL: How to UPDATE and DELETE data from a TABLE

140,048 views

3 years ago

Fireship
PostgreSQL in 100 Seconds

Try Postgres with Neon https://bit.ly/neon-fireship right now. Postgres is one of the most popular open-source SQL databases.

2:37
PostgreSQL in 100 Seconds

1,114,276 views

2 years ago

Bro Code
MySQL: NOT NULL constraint

MySQL #course #tutorial CREATE TABLE products ( product_id INT, product_name varchar(25), price DECIMAL(4, 2) NOT NULL ) ...

2:53
MySQL: NOT NULL constraint

69,081 views

3 years ago

Alex The Analyst
Advanced SQL Tutorial | CTE (Common Table Expression)

Take my Full MySQL Course Here: https://bit.ly/3tqOipr In today's Advanced SQL lesson we walk through how to use CTEs.

3:44
Advanced SQL Tutorial | CTE (Common Table Expression)

441,609 views

5 years ago

Bro Code
MySQL ORDER BY clause is easy

MySQL #tutorial #course SELECT * FROM employees ORDER BY last_name ASC; SELECT * FROM transactions ORDER BY ...

2:37
MySQL ORDER BY clause is easy

41,640 views

3 years ago

Bro Code
MySQL: CURRENT_DATE() & CURRENT_TIME()

MySQL #SQL #course CREATE TABLE test( my_date DATE, my_time TIME, my_datetime DATETIME ); INSERT INTO test ...

2:46
MySQL: CURRENT_DATE() & CURRENT_TIME()

85,358 views

3 years ago

Fireship
MongoDB in 100 Seconds

MongoDB is the world's most popular document database with powerful capabilities like full-text search, geospatial queries, data ...

2:27
MongoDB in 100 Seconds

1,359,108 views

4 years ago

Fireship
PHP in 100 Seconds

PHP Hypertext Preprocessor is a scripting language for building dynamic websites on the server. It remains one of the most ...

2:21
PHP in 100 Seconds

1,594,121 views

4 years ago

Bro Code
Start using Pandas in 2 minutes! 🐼

coding #python #programming This is an introduction to how to get started using Pandas. It's a Python library for working with ...

2:19
Start using Pandas in 2 minutes! 🐼

25,524 views

4 months ago

Ryan & Matt Data Science
How to Use the COALESCE Function in SQL

Don't miss out! Get FREE access to my Skool community — packed with resources, tools, and support to help you with Data, ...

2:57
How to Use the COALESCE Function in SQL

11,429 views

2 years ago

Fireship
Cassandra in 100 Seconds

Apache Cassandra is a wide-column store NoSQL database designed to scale globally with extreme speed and reliability.

2:26
Cassandra in 100 Seconds

1,019,645 views

3 years ago

Fireship
COBOL in 100 seconds

COBOL is the hottest programming language of 2020. Learn how it powers the world's mainframe computers in 100 seconds.

2:03
COBOL in 100 seconds

1,262,710 views

5 years ago

Fireship
Assembly Language in 100 Seconds

Assembly is the lowest level human-readable programming language. Today, it is used for precise control over the CPU and ...

2:44
Assembly Language in 100 Seconds

2,128,907 views

3 years ago

Fireship
Tailwind CSS is the worst…

People have been debating the merits of Tailwind on twitter recently, so let's look at the pros and cons of this popular CSS library.

3:55
Tailwind CSS is the worst…

1,773,739 views

3 years ago

Fireship
Laravel in 100 Seconds

Laravel is a popular fullstack MVC framework for building web apps with PHP. Learn the fundamentals of Laravel and find out why ...

2:22
Laravel in 100 Seconds

907,869 views

3 years ago

Low Level
the TRUTH about C++ (is it worth your time?)

C++ gets a lot of hate on the internet, and there may be good reason for that. I think C++ is misunderstood, and there are a few ...

3:17
the TRUTH about C++ (is it worth your time?)

1,092,191 views

3 years ago

Fireship
Regular Expressions (RegEx) in 100 Seconds

Learn how to use Regular Expressions, or RegEx, in 100 Seconds. Grab the cheatsheet here ...

2:22
Regular Expressions (RegEx) in 100 Seconds

687,350 views

5 years ago

Fireship
Big-O Notation in 100 Seconds

Learn Big-O Notation in 100 Seconds (of Computer Science). ⚡ #compsci #100SecondsOfCode Install the quiz app iOS ...

1:40
Big-O Notation in 100 Seconds

622,370 views

6 years ago