Microsoft 365 Blog

4

Azure – Networking – Part 22 – Azure Load Balancer – Overview

Hello,
Today in this article, we will start with a very important topic Azure Load Balancer.
Br,
Manas

0

Triggers In brief in Oracle PLSQL

What is Trigger in Oracle? It is reusable oracle plsql program, associated with oracle tables. Fired implicitly on tables\views on which it is created. When Database event occurs associated trigger will be invoke to...

0

Locking Mechanism In Oracle

Hello Friends, Today we learn about the very important concept of oracle i.e. “Locking”. As we all are aware about that oracle is a multi-user platform, in which table used in database as a...

0

While loop , Break and continue and so on…. statement in Python

While loop , Break and continue and so on…. statement in Python