Financial Dashboard With Oracle Visualization Desktop

Business intelligence, Oracle BI

Oracle Analytics Cloud (OAC) is a single cloud-based platform for data preparation, in-depth...
Read More

How to Create a Table with Multiple Foreign Keys and Not Get Confused

Constraints, Database development, Tables

Understanding Table Relations SQL server adds foreign keys to implement relations between tables in a relational database. A table can have...
Read More

How to Create Data Flow in Oracle Analytics

Business intelligence, Oracle BI

The traditional approach to the transformation process (Extract, Load, Transform) requires that technical users get involved directly. They...
Read More

Advanced Analytics with Oracle Data Analytics – Handling with Express Builder Functionality

Business intelligence, Oracle BI

This article completes the series of posts dedicated to Advanced Analytics with Oracle Data...
Read More

SQL Server Replication Monitor: Scripts for Checking Replication Status

Database administration, Transaction Log

Replication is one of the oldest technologies on MS SQL Server, loved by every database administrator. It is a great and reliable...
Read More

How to Check Status Of SQL Agent Jobs using PowerShell Tool

Languages & Coding, Microsoft Azure, PowerShell, SQL Server, Tools & technologies

From a certain point in my career, I started to play around with PowerShell. But I never imagined that it would become such an essential...
Read More

How to Get Backup Status in SQL Server using Stored Procedure

Database development, Stored Procedures

Any SQL Server DBA (of course, this applies to all platforms) will agree that database backups are...
Read More

How to Delete Entire MySQL Database

Database administration, MySQL, Work with data

In some cases, we need to drop the entire database from the MySQL community server. This is simple but irreversible. Thus, the DROP...
Read More

Easy Answers to 5 Vital Questions about Composite Index in SQL

Database development, Indexes

Imagine you need to query a table with a WHERE clause on columns a, b, and c. Sometimes, you filter the results with columns a and b only....
Read More

The Cartesian Product in SQL

Database development, Tables

Cartesian product in SQL is a term from the set theory of mathematics. However, we can also find...
Read More
Close