In today’s article, we will learn how to use the PostgreSQL EXCEPT operator to return the rows in the first query that do not appear …
Read More »Oracle Undo Management
In this article, I will try to explain how undo is managed, the purpose of undo tablespace, its place in daily use and its sizing. …
Read More »PostgreSQL UNION and UNION ALL
In today’s article, we will learn how to use PostgreSQL UNION operator to combine result sets of multiple queries into a single result sets. Things to …
Read More »Flashback Activation Procedure
In today’s article, we will be discussing what the Flashback Activation Procedure is in Oracle database. 1. MWRPR replicas must stop. Otherwise, REPLICAT PROCESS will …
Read More »PostgreSQL Intersect Command
In today’s article, we will be discussing the Intersect command, which allows us to see the common data present in both tables. It will be …
Read More »Oracle Flashback Technologies
In today’s article, I will be giving you information about Oracle Flashback Technologies. In case of Logical Corruptions, it directly resolves corrupted data rather than …
Read More »Differences Between Azure SQL Server And On-Prem SQL Server?
In today’s article, we will explain what the differences are between Azure SQL Server and On-Prem SQL Server. Azure SQL Server is a Paas product …
Read More »PostgreSQL String Functions
In today’s article, we will discuss the most used textual functions for String operations in PostgreSQL. ASCII(): Returns numeric value of left-most character [crayon-66ff7db785063606714985/] BIT_LENGTH(): …
Read More »Oracle Database Storage Structures
In today’s article, we will be learning the storage structure of Oracle Database. Oracle Database storage structure consists of two structures: physical and logical. The …
Read More »PostgreSQL Date Functions
In today’s article, we will be learning the most commonly used PostgreSQL date functions that allow you to effectively change date and time values. AGE():It …
Read More »