ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,631 results

Sebastian Thurm - AI, ML & Data Decoded
PostgreSQL Professional: Creating and Using Custom Functions

Welcome back to our PostgreSQL Professional series! In this video, we're diving into the world of custom functions. Learn how to ...

8:00
PostgreSQL Professional: Creating and Using Custom Functions

746 views

9 months ago

vlogize
Why the Performance of PL/pgSQL is Slower Than SQL in PostgreSQL Functions

Discover why using `PL/pgSQL` can lead to slower execution times compared to raw `SQL` queries in PostgreSQL. Learn how to ...

1:55
Why the Performance of PL/pgSQL is Slower Than SQL in PostgreSQL Functions

11 views

7 months ago

Neil Sainsbury
55 - Writing functions with PLpgSQL | Mastery with SQL

Master SQL - Learn modern SQL with PostgreSQL with this popular, formerly paid course, now completely FREE. Over 150 ...

10:16
55 - Writing functions with PLpgSQL | Mastery with SQL

21 views

4 months ago

Ramesh Babu
Part 66 - PostgreSQL - PL pgSQL - Cursors - Fetch Next using Loop By Ramesh Babu Bollu
8:45
Part 66 - PostgreSQL - PL pgSQL - Cursors - Fetch Next using Loop By Ramesh Babu Bollu

0 views

4 months ago

CoDing SeeKho
Master PostgreSQL in One Shot | 5 Hour Complete Guide with Real-Time Examples

Welcome to this PostgreSQL One Shot Full Course where you will master SQL database in just 5 hours with real-time case studies ...

5:21:15
Master PostgreSQL in One Shot | 5 Hour Complete Guide with Real-Time Examples

2,362 views

4 weeks ago

Ramesh Babu
Part 68 - PostgreSQL - PL pgSQL - Exception - Realtime Example By Ramesh Babu Bollu
17:41
Part 68 - PostgreSQL - PL pgSQL - Exception - Realtime Example By Ramesh Babu Bollu

6 views

4 months ago

Ramesh Babu
Part 58 - PostgreSQL - PL pgSQL - Function return multiple datasets By Ramesh Babu Bollu
11:19
Part 58 - PostgreSQL - PL pgSQL - Function return multiple datasets By Ramesh Babu Bollu

11 views

4 months ago

vlogize
How to Return Multiple Rows from a PL/PGSQL Function Using Dynamic Queries in PostgreSQL

Discover how to create a PL/PGSQL function to return multiple rows dynamically using JSON. Learn how to handle `GROUP BY` ...

2:26
How to Return Multiple Rows from a PL/PGSQL Function Using Dynamic Queries in PostgreSQL

10 views

8 months ago

vlogize
How to Return Multiple Values from One Function in PostgreSQL sql plpgsql

A step-by-step guide on how to return multiple values, including a cursor and a list of student names, from a single PostgreSQL ...

2:20
How to Return Multiple Values from One Function in PostgreSQL sql plpgsql

14 views

8 months ago

Ramesh Babu
Part 54 - PostgreSQL - PL pgSQL - Function with Default By Ramesh Babu Bollu
5:16
Part 54 - PostgreSQL - PL pgSQL - Function with Default By Ramesh Babu Bollu

0 views

4 months ago

Ramesh Babu
Part 100 - PostgreSQL - PL pgSQL - Dynamic SQL - Create By Ramesh Babu Bollu
18:47
Part 100 - PostgreSQL - PL pgSQL - Dynamic SQL - Create By Ramesh Babu Bollu

3 views

3 months ago

Ramesh Babu
Part 57 -  PostgreSQL - PL pgSQL - Function with returns setof option By Ramesh Babu Bollu
7:21
Part 57 - PostgreSQL - PL pgSQL - Function with returns setof option By Ramesh Babu Bollu

2 views

4 months ago

Ramesh Babu
Part 112 - PostgreSQL - PL pgSQL - Backend Queries By Ramesh Babu Bollu
10:21
Part 112 - PostgreSQL - PL pgSQL - Backend Queries By Ramesh Babu Bollu

2 views

3 months ago

vlogize
Execute Anonymous Block PL/pgSQL from Npgsql in C#  - A Complete Guide

Learn how to execute an `Anonymous Block PL/pgSQL` using Npgsql in C# . We provide a step-by-step solution to avoid common ...

1:46
Execute Anonymous Block PL/pgSQL from Npgsql in C# - A Complete Guide

0 views

4 months ago

Ramesh Babu
Part 81 - PostgreSQL - PL pgSQL - Transaction Insert Procedure By Ramesh Babu Bollu
13:36
Part 81 - PostgreSQL - PL pgSQL - Transaction Insert Procedure By Ramesh Babu Bollu

13 views

4 months ago

Dev Portal
PostgreSQL Stored Procedures Explained | Create, Call & Manage Transactions

Welcome back to Dev Portal. In this tutorial, we dive deep into Stored Procedures in PostgreSQL, covering: - The difference ...

14:02
PostgreSQL Stored Procedures Explained | Create, Call & Manage Transactions

959 views

10 months ago

Ramesh Babu
Part 71 - PostgreSQL - PL pgSQL - Procedure with Update Query By Ramesh Babu Bollu
9:23
Part 71 - PostgreSQL - PL pgSQL - Procedure with Update Query By Ramesh Babu Bollu

20 views

4 months ago

Ramesh Babu
Part 55 - PostgreSQL - PL pgSQL - Function returns Table By Ramesh Babu Bollu
5:32
Part 55 - PostgreSQL - PL pgSQL - Function returns Table By Ramesh Babu Bollu

2 views

4 months ago

vlogize
How to Dynamically Add Values to a PostgreSQL Enum in PL/pgSQL

Learn how to use dynamic SQL in PL/pgSQL to add values to an existing enum type in PostgreSQL without encountering syntax ...

1:35
How to Dynamically Add Values to a PostgreSQL Enum in PL/pgSQL

8 views

9 months ago

Ramesh Babu
Part 52 - PostgreSQL - PL pgSQL - Function with output parameter By Ramesh Babu Bollu
5:27
Part 52 - PostgreSQL - PL pgSQL - Function with output parameter By Ramesh Babu Bollu

0 views

4 months ago

Ramesh Babu
Part 88 - PostgreSQL - PL pgSQL - After Update Trigger By Ramesh Babu Bollu
14:13
Part 88 - PostgreSQL - PL pgSQL - After Update Trigger By Ramesh Babu Bollu

2 views

3 months ago

vlogize
Returning Multiple Rows in Postgres: A Guide to Mastering PL/PgSQL Functions

Learn how to effectively return multiple rows from a PL/PgSQL function in Postgres 14.7, utilizing loops and proper syntax to build ...

1:55
Returning Multiple Rows in Postgres: A Guide to Mastering PL/PgSQL Functions

5 views

9 months ago

Hey Insights
How to Fix Relation Does Not Exist Error in PostgreSQL PL/pgSQL Function?

How to Fix Relation Does Not Exist Error in PostgreSQL PL/pgSQL Function? In this video tutorial, you will learn how to resolve ...

3:29
How to Fix Relation Does Not Exist Error in PostgreSQL PL/pgSQL Function?

45 views

10 months ago

vlogize
Querying a Custom Datatype inside an Array in PL/pgSQL: A Guide to Best Practices

Learn how to effectively query a custom datatype within an array in PL/pgSQL, avoiding common pitfalls and improving ...

2:24
Querying a Custom Datatype inside an Array in PL/pgSQL: A Guide to Best Practices

1 view

9 months ago

Ramesh Babu
Part 103 - PostgreSQL - PL pgSQL - Dynamic SQL - Select By Ramesh Babu Bollu
6:29
Part 103 - PostgreSQL - PL pgSQL - Dynamic SQL - Select By Ramesh Babu Bollu

5 views

3 months ago