Pranav Bakare

Pranav Bakare @mrcaption49

About: Oracle PLSQL Developer with 3.7 years of Experience in Database domain

Location:
Nashik,Maharashtra,India
Joined:
Sep 1, 2024

Pranav Bakare
articles - 250 total

NONPARTITIONED ONLINE in Oracle SQL

In Oracle versions prior to 19c, if a table had only one partition, you could not drop that last...

Learn More 0 0Apr 28

Cursor Attributes in PLSQL

In the context of Oracle SQL, especially in PL/SQL, the different types of cursor attributes are used...

Learn More 0 0Apr 25

AWS services and concepts

As a developer, knowing the most famous AWS services and concepts can help you build, deploy, and...

Learn More 1 0Mar 4

Security Triggers in PL/SQL

When implementing security triggers in your PL/SQL, you should focus on the following three critical...

Learn More 0 0Feb 24

[Boost]

I Hope You Git It! - The Ultimate Git Guide for Beginners🚀 ...

Learn More 0 0Feb 24

Restore Points in Oracle SQL

Restore Points in Oracle SQL A restore point in Oracle SQL is a named marker that allows...

Learn More 0 0Feb 18

Liquibase, ChangeSet, and ChangeLog

Here are concise definitions for Liquibase, ChangeSet, and ChangeLog: Liquibase: A database schema...

Learn More 0 0Jan 28

WAR, JAR, EAR, and TAR - Archive file formats

WAR, JAR, EAR, and TAR are archive file formats with distinct purposes. WAR packages Java web...

Learn More 2 0Jan 28

Continuous Integration/Continuous Deployment (CI/CD) process

The pipeline steps you’ve mentioned correspond to a typical deployment workflow in a Continuous...

Learn More 7 0Jan 28

Journey From Java file to a JAR file

Step-by-step breakdown of how we go from a Java file to a JAR file, with a detailed explanation at...

Learn More 8 1Jan 28

FOR UPDATE statement

The SELECT ... FOR UPDATE statement is used in SQL to lock the selected rows in a table, ensuring...

Learn More 5 0Jan 27

Gitlab CICD Pipeline

When someone says they have built a CI/CD pipeline in GitLab, they mean they have created a process...

Learn More 0 0Jan 27

Merging and Deployment process with respect to SQL scripts

Let's break this down step by step to clear up the confusion. You're absolutely right that there's a...

Learn More 0 0Jan 27

PRAGMA AUTONOMOUS_TRANSACTION in ORACLE PLSQL - Use case

In the airline industry's cargo management system, autonomous transactions can play a critical role...

Learn More 6 0Jan 24

Step-by-Step Guide to Creating and Merging Feature Branches in Git

"Step-by-Step Guide to Creating and Merging Feature Branches in Git" Start by switching to the...

Learn More 0 0Jan 24

Shipment Lifecycle

Here’s a detailed explanation of each step in the Shipment Lifecycle to help you understand the...

Learn More 6 0Jan 24

Step-by-step guide of Gitlab flow

Step-by-step guide with descriptions for each command, starting with the flow explanation: Basic...

Learn More 0 0Jan 16

Feature Branch in Git

A feature branch is a branch in your Git repository that is created to work on a specific feature,...

Learn More 0 0Jan 16

Docker article Best

https://dev.to/juniourrau/introduction-to-docker-core-concepts-and-basics-for-beginners-4n0h

Learn More 0 0Jan 15

DTO & DAO in Software Development

DTO (Data Transfer Object) and DAO (Data Access Object) are key design patterns often used in...

Learn More 2 0Jan 9

Getting Started with GitLab

Getting Started with GitLab GitLab is a DevOps platform that provides version control, CI/CD...

Learn More 0 0Jan 7

Synonyms in Oracle SQL

In Oracle SQL, synonyms are database objects that serve as alias names for other database objects...

Learn More 0 0Dec 9 '24

Pseudo Columns in Oracle SQL

When discussing pseudo columns in an interview, it’s important to focus on their practical...

Learn More 0 0Dec 9 '24

Temporary Tables in Oracle SQL

Temporary Tables in Oracle SQL A Temporary Table in Oracle SQL is a special type of table...

Learn More 5 0Dec 9 '24

Can we have multiple null values in a unique key column?

Yes, in Oracle SQL, you can have multiple NULL values in a column that is defined as a UNIQUE key....

Learn More 0 0Dec 9 '24

ON DELETE CASCADE Usage with Foreign key

Definition of ON DELETE CASCADE The ON DELETE CASCADE clause is used in a database when...

Learn More 6 0Dec 9 '24

How Sequences used in Oracle SQL without AUTO_INCREMENT Keyword

AUTO_INCREMENT in MySQL and Sequence in Oracle SQL In Oracle SQL, there is no...

Learn More 0 1Dec 9 '24

SUBSTR and INSTR functions in Oracle SQL

In SQL, both the SUBSTR (or SUBSTRING in some databases) and INSTR functions are used to work with...

Learn More 0 0Dec 8 '24

CASE and DECODE in SQL

CASE and DECODE in SQL In Oracle SQL, CASE and DECODE are control-flow functions used to...

Learn More 0 0Dec 8 '24

Concepts of Cloud Computing that every Developer should know in 2025

When someone refers to having a strong knowledge of cloud computing platforms, they are typically...

Learn More 1 0Dec 8 '24