ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

385 results

Data Engineering
SQL Trick: Select All Except Few Columns 😲

Did you know SQL has a shortcut to avoid writing all column names? Some SQL engines support: SELECT * EXCEPT (column1 ...

0:26
SQL Trick: Select All Except Few Columns 😲

13,082 views

18 hours ago

Muhammad Ibrahim
SQL Server Set Operators Explained | UNION, UNION ALL, INTERSECT & EXCEPT

In this video, I explain Set Operators in SQL Server in a simple and easy way. You will learn how to combine and compare data ...

37:44
SQL Server Set Operators Explained | UNION, UNION ALL, INTERSECT & EXCEPT

11 views

2 weeks ago

Data World
S13 - EXCEPT, CTE and PIVOT

dataworld #sqlcourse #sqlschool #sql #sqlservertutorial #sqlserver #mssqlserver #mssql #sql #sqlquery #sqlstatement #sqlsyntax ...

1:02:16
S13 - EXCEPT, CTE and PIVOT

9 views

3 weeks ago

vlogommentary
How to Optimize and Simplify SQL Queries with Multiple Candidate Filters

Learn effective techniques to shorten and optimize complex SQL queries involving multiple candidate criteria using AND/OR logic ...

4:35
How to Optimize and Simplify SQL Queries with Multiple Candidate Filters

0 views

10 days ago

Ladderly
Databases are pretty much fancy spreadsheets that are really big sometimes except they can also be

Databases are pretty much fancy spreadsheets that are really big sometimes except they can also be small #bigbrain #data ...

0:59
Databases are pretty much fancy spreadsheets that are really big sometimes except they can also be

670 views

7 days ago

Learn With Passion
MySQL RIGHT JOIN

Introduction to MySQL RIGHT JOIN clause: You will learn how to use the MySQL RIGHT JOIN to query data from two tables.

0:47
MySQL RIGHT JOIN

8 views

2 weeks ago

vlogommentary
Resolving BeginExecuteReader Transaction Errors with SqlConnection and Dapper

Learn why the BeginExecuteReader error occurs when using SqlConnection with Dapper and how to fix transaction-related ...

3:17
Resolving BeginExecuteReader Transaction Errors with SqlConnection and Dapper

1 view

3 weeks ago

vlogommentary
Fixing Dynamic SQL Syntax Errors: Safe Date and Parameter Handling in SQL Server

Learn how to fix syntax errors in dynamic SQL when filtering by dates and IDs, using parameterized queries and QUOTENAME to ...

2:59
Fixing Dynamic SQL Syntax Errors: Safe Date and Parameter Handling in SQL Server

0 views

2 weeks ago

vlogommentary
Using SQL Window Functions to Group Event Sequences with LAG, LEAD, and Running Sums

Learn how to group and rank event sequences within tickets using SQL window functions like SUM, LAG, and LEAD for effective ...

3:20
Using SQL Window Functions to Group Event Sequences with LAG, LEAD, and Running Sums

0 views

3 weeks ago

vlogommentary
How to Safely Parameterize Dynamic Table Names in C#  SQL Queries

Learn the secure approach to safely use dynamic table names in C# SQL queries with Dapper, avoiding SQL injection and ...

3:13
How to Safely Parameterize Dynamic Table Names in C# SQL Queries

0 views

4 weeks ago

vlogommentary
How to Add a New Property to Nested JSON Objects in SQL Server

Learn how to update nested JSON arrays in SQL Server by adding new properties to each object using OPENJSON and FOR ...

3:28
How to Add a New Property to Nested JSON Objects in SQL Server

2 views

2 weeks ago

INTECU
SQL-JOINS y operadores de conjuntos

Consultas con joins (INNER, OUTER, CROSS) de múltiples tablas relacionadas, así como también operadores de conjunto ...

8:36
SQL-JOINS y operadores de conjuntos

0 views

3 weeks ago

vlogommentary
How to Store SELECT Query Results in a PL/SQL Array and Iterate Over Them

Learn how to collect results from a SELECT query into a PL/SQL array using BULK COLLECT, and iterate over the values ...

3:16
How to Store SELECT Query Results in a PL/SQL Array and Iterate Over Them

0 views

10 days ago

vlogommentary
Fixing GROUP BY CASE Issues with Prepared Statements in SQL Server

Learn why grouping by CASE expressions in prepared statements can fail in SQL Server and how to work around this limitation ...

3:47
Fixing GROUP BY CASE Issues with Prepared Statements in SQL Server

0 views

2 weeks ago

vlogommentary
How to Convert a Table to Nested JSON in SQL Server 2019

Learn how to convert SQL Server 2019 tables into nested JSON objects using string aggregation and FOR JSON PATH ...

3:35
How to Convert a Table to Nested JSON in SQL Server 2019

3 views

3 weeks ago

vlogommentary
How to Convert a JavaScript Array into a SQL Multirow Values List

Learn a simple and reliable method to transform JavaScript arrays into formatted SQL multirow insert statements, handling special ...

3:28
How to Convert a JavaScript Array into a SQL Multirow Values List

0 views

3 weeks ago

vlogommentary
Optimizing SQL Commit Size for Bulk Inserts, Updates, and Deletes in PostgreSQL

Learn how commit size impacts SQL performance in PostgreSQL when processing large datasets, and how to control commit ...

2:48
Optimizing SQL Commit Size for Bulk Inserts, Updates, and Deletes in PostgreSQL

0 views

12 days ago

vlogommentary
Efficiently Filtering Multiple IDs in Azure Logic Apps SQL Actions Using OData

Learn how to handle filtering multiple ID values in Azure Logic Apps SQL actions using OData queries while avoiding syntax tree ...

3:07
Efficiently Filtering Multiple IDs in Azure Logic Apps SQL Actions Using OData

1 view

11 days ago

vlogommentary
Maintainable INSTEAD OF Trigger Handling Identity Columns in SQL Server

Learn how to write maintainable INSTEAD OF triggers for tables with identity columns in SQL Server without risking future ...

2:55
Maintainable INSTEAD OF Trigger Handling Identity Columns in SQL Server

0 views

3 weeks ago

vlogommentary
Handling DateOnly Fields with SqlDataAdapter in C#  and SQL Server

Learn why `SqlDataAdapter` does not automatically fill DateOnly fields from SQL Server and explore modern alternatives for ...

2:44
Handling DateOnly Fields with SqlDataAdapter in C# and SQL Server

1 view

2 weeks ago