Blog

Horizontal Attribute Storage in Oracle: Examples and Benefits

This article explores the concept of horizontal attribute storage in Oracle databases. It explains how to store dynamic attributes as rows instead of columns, provides practical examples, and compares horizontal storage with traditional vertical storage. Learn about its advantages, disadvantages, and SQL techniques for data transformation.

Joins in database and NULL mention

This guide provides a comprehensive overview of SQL JOIN operations, with special attention to NULL value behavior in Oracle databases. Through practical examples using two test tables, we explore all major JOIN types and their specific behaviors when dealing with NULL values.
×