ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

17,538 results

1Keydata
2-Minute SQL Tips: Finding Unique Values Using COUNT DISTINCT

Understand how to find unique values in your data. Learn the basic syntax, see practical examples, and discover how to pair ...

1:49
2-Minute SQL Tips: Finding Unique Values Using COUNT DISTINCT

346 views

11 months ago

vlogize
How to Select Distinct Multi-Column Values in Oracle SQL

Discover how to effectively retrieve distinct values from multiple columns in Oracle SQL using aggregation in this comprehensive ...

1:39
How to Select Distinct Multi-Column Values in Oracle SQL

2 views

2 months ago

DataCamp
SQL Query Techniques: Using COUNT and DISTINCT in PostgreSQL

In this video, we explore intermediate SQL querying techniques in PostgreSQL, focusing on the SQL COUNT function and ...

4:11
SQL Query Techniques: Using COUNT and DISTINCT in PostgreSQL

783 views

11 months ago

Data Dive
How to Get Unique SQL Records WITHOUT DISTINCT! 🔥 #sql #interview #learnsql #database #dataanalytics

Want to learn how to fetch unique records in SQL without using the DISTINCT keyword? This quick tutorial breaks down four ...

0:37
How to Get Unique SQL Records WITHOUT DISTINCT! 🔥 #sql #interview #learnsql #database #dataanalytics

146 views

4 months ago

Jess Ramos | Data Analytics & Tech
count(*) vs. count(distinct) - SQL for BEGINNERS (100% Free Masterclass)

Free SQL Course & Datasets Below ⬇️ Free Intro & Video Datasets: https://www.bigdataenergycourses.com/step-1 Beginner ...

12:01
count(*) vs. count(distinct) - SQL for BEGINNERS (100% Free Masterclass)

1,203 views

2 months ago

Shem 360 Hub
Master SQL Sorting, Limiting & Removing Duplicates – ORDER BY, LIMIT, DISTINCT in 10 Mins

In this short and practical SQL tutorial, you'll learn how to sort, limit, and deduplicate your query results using ORDER BY, LIMIT, ...

11:01
Master SQL Sorting, Limiting & Removing Duplicates – ORDER BY, LIMIT, DISTINCT in 10 Mins

52 views

6 months ago

vlogize
How to Select Distinct Values from Multiple SQL Columns in MySQL

Learn how to efficiently select distinct values from multiple columns in MySQL, and replace specific values using a SQL query.

1:32
How to Select Distinct Values from Multiple SQL Columns in MySQL

5 views

8 months ago

Sumit Mittal
DISTINCT in SQL - The Complete Guide

SQL Superstar in 50 Days by Sumit Mittal To know about my Ultimate Data Engineering Program - https://www.trendytech.in ...

28:24
DISTINCT in SQL - The Complete Guide

1,198 views

3 weeks ago

Talat Waheed
How to apply DISTINCT on MULTIPLE COLUMNS |SELECT DISTINCT Statement(Return Different values) #mysql

How to apply DISTINCT on MULTIPLE COLUMNS |SELECT DISTINCT Statement(Return Different values) |How to get diiferent ...

0:36
How to apply DISTINCT on MULTIPLE COLUMNS |SELECT DISTINCT Statement(Return Different values) #mysql

57 views

11 months ago

The Algo Rhythm
Duplicate Data Nightmare? Use SQL DISTINCT!
0:44
Duplicate Data Nightmare? Use SQL DISTINCT!

194 views

3 months ago

Learn 2 Excel
Understanding SELECT DISTINCT postgresql SQL

Published on Jan 27,2024: In this video, we will look at the SQL Distinct select statement: Syntax format is : SELECT DISTINCT ...

3:54
Understanding SELECT DISTINCT postgresql SQL

96 views

10 months ago

KratosBI
Transform Your Data Management Skills with SELECT DISTINCT in SQL!

Chris Wagner from KratosBI unveils the magic of SQL in this insightful tutorial. See how to effectively create a clean table using the ...

2:11
Transform Your Data Management Skills with SELECT DISTINCT in SQL!

234 views

4 months ago

Engineering Digest
Mastering DISTINCT in MySQL: How to Select distinct records from columns

Call / DM / Resume Review: https://topmate.io/engineeringdigest Donate: https://razorpay.me/@engineeringdigest LinkedIn: ...

10:19
Mastering DISTINCT in MySQL: How to Select distinct records from columns

5,142 views

10 months ago

Gaurav Agrawal
Don’t Get Tricked by SQL COUNT! | COUNT vs COUNT(*) vs COUNT(DISTINCT)

Don't Get Tricked by SQL COUNT! Ever wondered why COUNT(*), COUNT(column), and COUNT(DISTINCT column) give ...

3:07
Don’t Get Tricked by SQL COUNT! | COUNT vs COUNT(*) vs COUNT(DISTINCT)

758 views

7 months ago

JoinCoder
SELECT DISTINCT & COUNT Function Explanation in SQL SERVER

joincoder #dev #sourcecode #database #sql #sqlserver #ssms #mssql #programming #programmer #developer #tutorial #tech ...

1:00
SELECT DISTINCT & COUNT Function Explanation in SQL SERVER

589 views

6 months ago

SQLBI
Choosing between DISTINCT and VALUES in DAX

When should you use DISTINCT over VALUES in DAX? Here is how to write resilient measures that survive bad data and model ...

18:09
Choosing between DISTINCT and VALUES in DAX

6,972 views

5 months ago

Ingénieur IA
Maîtrisez l'instruction SELECT DISTINCT en SQL comme un ingénieur en IA #ingénieuria #formation sql

Maîtrisez l'instruction SELECT DISTINCT en SQL comme un ingénieur en IA #ingénieuria #formation sql. Bienvenue sur la chaine ...

1:56
Maîtrisez l'instruction SELECT DISTINCT en SQL comme un ingénieur en IA #ingénieuria #formation sql

95 views

10 months ago

Dashboard Dudes
Understanding SQL Count/ Sum vs Distinct vs Fixed By

Get instant notification of my data tips by signing up for my newsletter here: ...

9:16
Understanding SQL Count/ Sum vs Distinct vs Fixed By

129 views

5 months ago

SQL-Cluster-One
SQL SELECT DISTINCT Explained | (Northwind Example)

Learn how to use the SQL SELECT DISTINCT statement to remove duplicate values from your query results! In this video, you'll ...

2:09
SQL SELECT DISTINCT Explained | (Northwind Example)

16 views

9 months ago

Fireblaze AI School | Data, Analytics & AI Careers
Too Many Duplicates in Your SQL Data? Fix it with SELECT DISTINCT! 🚀

Too Many Duplicates in Your SQL Data? Fix it with SELECT DISTINCT! Tired of seeing the same values repeated in your ...

0:43
Too Many Duplicates in Your SQL Data? Fix it with SELECT DISTINCT! 🚀

463 views

10 months ago

vlogize
How to Count Distinct Values Across Multiple Columns in SQL

Discover how to effectively count distinct values across multiple columns in SQL using group by and count functions. --- This video ...

1:52
How to Count Distinct Values Across Multiple Columns in SQL

11 views

9 months ago

vlogize
How to Achieve Distinct Values with STRING_AGG in SQL Case Statements

Learn how to effectively use `STRING_AGG` in combination with `DISTINCT` in SQL to return unique values for conditional cases.

1:46
How to Achieve Distinct Values with STRING_AGG in SQL Case Statements

23 views

8 months ago

vlogize
Unlocking the Power of CASE WHEN in SQL with DISTINCT

Master the usage of `CASE WHEN` statement in SQL while using the DISTINCT keyword to rename stages in your Opportunity ...

1:32
Unlocking the Power of CASE WHEN in SQL with DISTINCT

8 views

8 months ago

TheDataWay
Get Unique Values from your column using DISTINCT IN SQL | SQL Shorts

Using the DISTINCT keyword before your column name in the SELECT statement gives you the unique values in a given column.

1:00
Get Unique Values from your column using DISTINCT IN SQL | SQL Shorts

41 views

11 months ago

Ingeniero REC | Datos y Código
Como usar COUNT o COUNT() o COUNT(DISTINCT) en SQL  #sql #datos #programacion  #basededatos

... son tres formas en las que tú puedes emplear esta sintaxis de como ¿okay yo soy TR y sígueme para más contenidos de SQL.

2:04
Como usar COUNT o COUNT() o COUNT(DISTINCT) en SQL #sql #datos #programacion #basededatos

1,096 views

2 months ago