Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
74 results
A covering index is one of the coolest database optimization tricks you probably never notice until your SQL queries suddenly ...
1 view
9 hours ago
What you'll learn: Introduction to SQL Understanding database tables CREATE TABLE syntax and example SQL data types ...
3 views
4 days ago
This sql how to import data tutorial will explain how to import, or add, data into relational databases like MySQL Server, MariaDB, ...
4 views
3 days ago
Learn how to use the CREATE VIEW statement in SQL to create a index in the Music table in our database. Course progress ...
5 views
5 days ago
Learn how to use the CREATE INDEX statement in SQL to create a index in the Music table in our database. Course progress ...
See how SQL Mocker generates a schema metadata extraction script, identifies how tables are connected, and creates SQL ...
6 views
1 day ago
A query over ten million rows takes four seconds. You add one line — CREATE INDEX — and the same query returns in under a ...
... Schema Used: CREATE DATABASE movie_booking_db; USE movie_booking_db; CREATE TABLE bookings ( ticket_id INT ...
11 views
6 days ago
Course progress Module 0: Introduction Intro to Database Systems Module 1: Database Fundamentals • CREATE TABLE ...
Discover and Connect to Data in OneLake | Microsoft Fabric Hands-On Lab Join me live as we work through the Discover and ...
0 views
In this video, you'll learn how EXISTS and NOT EXISTS work in SQL Server with practical examples. Topics covered: EXISTS vs ...
In this video, I'll show you how to create a complete Date Table (Calendar Table) in Power BI in seconds — using Claude AI to ...
12 hours ago
Supasheet turns any Supabase project into a complete application platform, not just an admin panel. Auto-generated CRUD ...
7 views
Welcome to Local Promotion. In this video, we explore an advanced SQL Interview Topic: "Beyond LIKE - Using REGEXP for Real ...
2 views
Welcome to Local Promotion. In this video, we cover a real SQL Interview Pattern: "Correlated Subquery + CASE WHEN".
In this video, you'll learn PROC SQL in SAS from the basics to practical examples. Whether you're a beginner or preparing for ...
25 views
How to Set Up Vercel Postgres [2026 Guide] In today's video we cover: set up Vercel Postgres, Vercel Postgres tutorial 2026, how ...
10 views
2 days ago
Welcome to Local Promotion. In this video, we cover a popular SQL Interview Question: "Swap Consecutive Student Seats" for ...
CREATE DDL: CREATE TABLE users ( user_id INT, user_name STRING, email STRING, created_date DATE ); CREATE TABLE ...
14 views
Ever heard of the COALESCE SQL function? Most of you did. Regardless of whether you've heard of the SQL function in an SQL ...