How to Auto-trigger AWS Lambda Functions

AWS, Cloud

When we think about a cloud solution provider, we often consider the most popular ones, i.e. Amazon...
Read More

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 analytics, and comprehensive detailed...
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...
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 Analytics. Previously, we explored such metrics...
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...
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 the most essential things for data...
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...
Read More
Close