Articles

24 articles

Oracle database architecture

Oracle Database is a Relational DataBase Management system (RDBMS) that is widely used for enterprise-level applications. Its architecture is designed...

A Admin Feb 9, 2026 · 3 min read 969

Oracle Database 19c Installation

Oracle Database 19c is the latest long-term support release of the Oracle Database software from Oracle Corporation. It was officially released in Jan...

A Admin Feb 9, 2026 · 2 min read 349

SQL Introduction

SQL (Structured Query Language) is a programming language used to manage and manipulate relational databases. It is widely used in many industries, in...

A Admin Feb 9, 2026 · 5 min read 446

Two sum problem | Java program

Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each in...

A Admin Feb 8, 2026 · 1 min read 971