+91 88606 33966            edu_sales@siriam.in                   Job Opening : On-site Functional Trainer/Instructor | Supply Chain Management (SCM)
Month: September 2023

Oracle Database-PL/SQL Stored Procedures

PL/SQL Procedures Types of PL/SQL Procedures PL/SQL Procedure ranges from standalone routines to PL SQL packages and functions. The common types are:- Stored Procedures Stored Procedures are a powerful feature in database management systems that allow you to encapsulate a set of SQL and/or PL/SQL statements into a single, reusable unit. Anonymous BlocksThese are unnamed […]

CONTAINERS vs VIRTUAL MACHINE

Containers are a way to package your application’s source code, configuration, dependencies, into a single file. A Single file can be used to run small microservices or large software applications. It sits on the top of a physical server and its host operating system which means containers share the same operating system. Virtual machines run […]

Scroll to top