sql

English

A Guide to “Substitution Variables” in Oracle SQL

"Substitution variables" in Oracle SQL are a powerful feature for executing queries dynamically. This article provides a...
English

Mastering the SQL ORDER BY Clause!

When working with databases, displaying query results in an ordered fashion is extremely important for reporting and dat...
English

A Comprehensive Guide to the Oracle WHERE Clause!

The WHERE clause is essential when extracting data using SQL. It enables efficient data management by retrieving only th...
English

Mastering DISTINCT! How to Eliminate Duplicate Data and Apply It

When manipulating data with SQL, you often encounter situations where you want to "eliminate duplicate data." For exampl...
English

Understanding NULL in Oracle Database

In Oracle Database, NULL signifies that a "value is unknown" or in a "state of absence." This is different from "zero" a...
Date and Time Data_en

How to Convert Strings to Datetime Data

In Oracle Database, converting strings to datetime data types is a crucial task. For example, converting date strings im...
Date and Time Data_en

How to Retrieve Date and Time Data in Oracle

Oracle Database provides powerful features for retrieving the current date and time and manipulating datetime data. This...
English

A Guide to Character Literals and the Concatenation Operator

In Oracle Database, "character literals" and the "concatenation operator" are fundamental to string manipulation, allowi...
Oracle Basics_en

Explaining the Oracle dual Table!

When working with the Oracle database, the dual table is an entity you will almost certainly encounter. While its name m...
Data Types_en

Mastering Oracle Table Creation and Data Types

Creating tables in an Oracle database is fundamental to efficient data management. This article provides a detailed expl...
English

Explaining the Basics of the Oracle SELECT Statement

The SELECT statement is the most basic and important SQL statement for operating an Oracle database. It allows you to ex...
English

Sample Tables and JOIN Examples for Hands-on Oracle Practice

When learning to operate an Oracle database, creating sample tables and manipulating data is extremely effective. This a...
English

Explanation of Permanent Segments, UNDO Segments, and Temporary Segments

In an Oracle database, segments are essential components for storing data, managing transactions, and performing tempora...
English

A Complete Explanation of Segment Shrink vs. DELETE/TRUNCATE Behavior

Efficient operation of Oracle Database requires freeing unnecessary space and optimizing performance. At the core of thi...
English

Oracle Database Segment Extension — Error Handling and Best Practices

In Oracle Database, as data grows, segments can run short of space, which may trigger errors and degrade performance. Th...
English

What Are Deferred Segments? Usage and Caveats

In Oracle Database, when you create a table, a segment (the physical storage area for data) is usually allocated immedia...
English

Explaining Segment Management in Oracle Database

To improve the operational efficiency of a database, you need to optimize storage management. At the center of that is s...
Performance_en

Oracle SQL Tuning Quick Guide: Execution Plans, Statistics, and Tracing [19c]

This article is a rewritten, more practical, and reproducible version of the original “Oracle SQL Tuning Basics.” While ...
English

Row Migration & Row Chaining — Understand Causes, Detection, and Remedies in One Go (Oracle)

To solve database performance issues, you must understand row migration and row chaining. This article digs into both co...
English

Segment Space Management Methods and PCTFREE Explained

Oracle Database administrators must correctly understand segment space management and the concept of PCTFREE to manage d...