ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

242 results

CS50
CS50x 2026 - Lecture 7 - SQL

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:15:33
CS50x 2026 - Lecture 7 - SQL

11,139 views

8 days ago

Rishabh Rathod
“Top 5 SQL Queries Every Business Analyst Must Know”

1. SELECT * FROM table; 2. SELECT COUNT(*) FROM sales WHERE region = 'East'; 3. SELECT product, SUM(sales) ...

0:57
“Top 5 SQL Queries Every Business Analyst Must Know”

15 views

5 months ago

Data with Zach
The five levels of Apache Spark - Data Engineering

Apache Spark has levels to it: - Level 0 You can run spark-shell or pyspark, it means you can start - Level 1 You understand the ...

3:00
The five levels of Apache Spark - Data Engineering

47,878 views

9 months ago

Jay
Step-by-Step Guide for Beginners to Practice SQL

Ready to boost your SQL skills? In this video, I'll guide you through two excellent ways to practice SQL: using Mode.com and ...

2:28
Step-by-Step Guide for Beginners to Practice SQL

1,223 views

11 months ago

Data Depth
SQL Interview Question Asked at Microsoft! Just Solving is Not Enough!

Problem Statement: “Given an Employees table with salaries, write a SQL query to find the second highest salary.” Sounds simple ...

4:59
SQL Interview Question Asked at Microsoft! Just Solving is Not Enough!

35 views

11 months ago

TheDataFlips
“WHERE vs HAVING – SQL Execution Order Explained”

In this video, you'll clearly learn the SQL Query Execution Order and finally remove the confusion. What you'll learn ✓ How ...

1:46
“WHERE vs HAVING – SQL Execution Order Explained”

28 views

2 weeks ago

Code Quest
MS-SQL- Create, Drop, Insert into the table

How to create a table, Database Drop a table, Database and insert the data into the table.

9:32
MS-SQL- Create, Drop, Insert into the table

11 views

3 months ago

logical kanika
🚀 SQL UNION vs UNION ALL vs INTERSECT | The Ultimate Guide with Examples!🔥

... insights to help you write efficient SQL queries. Topics Covered: ✓ What is SQL UNION, UNION ALL, and INTERSECT?

11:09
🚀 SQL UNION vs UNION ALL vs INTERSECT | The Ultimate Guide with Examples!🔥

54 views

10 months ago

logical kanika
🔥 SQL Query Optimization: Speed Up Your Queries Like a Pro! 🚀

Struggling with slow SQL queries? Want to optimize them for lightning-fast performance? In this video, I'll walk you through SQL ...

14:02
🔥 SQL Query Optimization: Speed Up Your Queries Like a Pro! 🚀

267 views

10 months ago

Lina
Basic concept of SQL & Database

A simple introduction to SQL and databases! Learn the basics of how databases store data and how SQL helps manage it. Perfect ...

3:35
Basic concept of SQL & Database

7 views

9 months ago

logical kanika
🔥 SQL CREATE TABLE Explained | Insert Data & Use Constraints Like a Pro🔥

Ready to build your first SQL table? In this video, we'll walk through the SQL CREATE TABLE command step by step—perfect for ...

13:09
🔥 SQL CREATE TABLE Explained | Insert Data & Use Constraints Like a Pro🔥

131 views

8 months ago

WisdomPlan_DataScience
Learning SQL from zero can be overwhelming… but not with WisdomPlan! 🤖💡
0:22
Learning SQL from zero can be overwhelming… but not with WisdomPlan! 🤖💡

78 views

9 months ago

Christina Esico
Let's Learn: SQL JOINS and SELECT | INFORMATION MANAGEMENT LAB

For Educational Purposes Only ! Final Activity 1 - Information Management LAB Esico, Christina M. BCS21.

4:00
Let's Learn: SQL JOINS and SELECT | INFORMATION MANAGEMENT LAB

12 views

8 months ago

Mike Does Data
TOP 3 SQL Tips

For getting started in SQL checkout my full video on Intro to learning SQL!!

1:15
TOP 3 SQL Tips

70 views

11 months ago

Code Vibez
SQL Joins #SQL #SQLJoins #LearnSQL #Database #SQLForBeginners #SQLTutorial #codevibez #coding

Still confused with SQL Joins? Here's the easiest way to understand INNER, LEFT, RIGHT & FULL JOIN Save this for your ...

0:15
SQL Joins #SQL #SQLJoins #LearnSQL #Database #SQLForBeginners #SQLTutorial #codevibez #coding

642 views

4 months ago

Omkar Space
Data Analyst Interview Questions and Answers in 2025 🚀 with Important SQL Questions

... data analyst interview for experienced, SQL interview questions and answers, SQL coding interview questions, SQL queries for ...

26:02
Data Analyst Interview Questions and Answers in 2025 🚀 with Important SQL Questions

348 views

2 months ago

Data with Zach
Four levels of Databricks Data Engineering

... amazing powerful way to build very near realtime data sets that people can query and it's almost always updated you also need ...

2:59
Four levels of Databricks Data Engineering

26,717 views

3 months ago

Basics_of_Tech_Guide
SQL Tutorial for Beginners | WHERE Clause with AND, OR, BETWEEN, IN

Boost your SQL skills with this quick and easy tutorial! In this video, we will learn how to use the WHERE clause in SQL with ...

6:12
SQL Tutorial for Beginners | WHERE Clause with AND, OR, BETWEEN, IN

25 views

1 month ago

IromeroDev
SQL vs NO SQL ¿QUE USAR EN TU PROYECTO?

backend #programación #api #dev #code #learncoding #sql #nosql.

1:10
SQL vs NO SQL ¿QUE USAR EN TU PROYECTO?

20 views

10 months ago

Jaime Irazabal
¡Adiós MySQL lento! 🚀

Descubre los secretos prohibidos para que tus queries vuelen y dejen de ser un dolor de cabeza, con optimización paso a paso ...

2:27
¡Adiós MySQL lento! 🚀

1,941 views

8 months ago

Data Reborn
Power Query: Append vs Merge | Quick Power BI Tutorial

In this quick 2-minute video, I explain the difference between Append and Merge in Power Query for Power BI. • Append: Stacks ...

0:49
Power Query: Append vs Merge | Quick Power BI Tutorial

44 views

3 months ago

Ruslan Brilenkov
How to Write SQL Code Like a Senior Data Scientist | 3 KEY Principles of SQL Style Guide

Are you interested in AI, data science, or data engineering? Then, you came to the right place. In this video, we dive into the ...

5:44
How to Write SQL Code Like a Senior Data Scientist | 3 KEY Principles of SQL Style Guide

174 views

11 months ago

Crack Concepts
Query Optimisation techniques- MOST IMPORTANT SQL/ DBMS INTERVIEW QUESTION

Query optimization in DBMS | Query Optimisation techniques- MOST IMPORTANT SQL/ DBMS INTERVIEW QUESTION. ✨Link to ...

8:59
Query Optimisation techniques- MOST IMPORTANT SQL/ DBMS INTERVIEW QUESTION

3,058 views

11 months ago

Ruslan Brilenkov
SQL Databases 101 in the Era of Vibe Coding | PostgreSQL | Step by step Tutorial

This video is a beginner-friendly SQL tutorial that shows you how to create and update a database table step-by-step. Follow ...

18:07
SQL Databases 101 in the Era of Vibe Coding | PostgreSQL | Step by step Tutorial

101 views

5 months ago

ETL made easy
What is ETL

etl #dataretention #dataengineering #python #sql #cloudcomputing #learningetl #techlifestyle #careerchange #etl #etltutorial ...

11:21
What is ETL

78 views

3 weeks ago