From f0a74c42c6959bb3ec2d8fa13406105be39692c4 Mon Sep 17 00:00:00 2001 From: Jing Li <118187476+lijing-22@users.noreply.github.com> Date: Wed, 25 Dec 2024 14:46:05 +0800 Subject: [PATCH] update --- pages/blog/what-is-sqlplus-for-oracle-comprehensive-guide.mdx | 2 +- pages/database-dictionary.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/blog/what-is-sqlplus-for-oracle-comprehensive-guide.mdx b/pages/blog/what-is-sqlplus-for-oracle-comprehensive-guide.mdx index 36908f8..81e47a2 100644 --- a/pages/blog/what-is-sqlplus-for-oracle-comprehensive-guide.mdx +++ b/pages/blog/what-is-sqlplus-for-oracle-comprehensive-guide.mdx @@ -1,5 +1,5 @@ --- -title: "What is SQL*Plus for Oracle: A Comprehensive Guide" +title: "What is SQL *Plus for Oracle: A Comprehensive Guide" description: "SQL*Plus is a command-line interface specifically designed for interacting with Oracle databases." image: "/blog/image/9905.jpg" category: "Technical Article" diff --git a/pages/database-dictionary.mdx b/pages/database-dictionary.mdx index b81f57e..9931787 100644 --- a/pages/database-dictionary.mdx +++ b/pages/database-dictionary.mdx @@ -15,7 +15,7 @@ An alias in databases is a temporary name given to a table or column to make que ### [Anchored Window Function](./database-dictionary/what-is-anchored-window-function) An anchored window function is a type of window function in SQL that calculates values over a specified range of rows, often defined relative to the current row, such as using `RANGE` or `ROWS` to create specific boundaries. -### [Anti Join]((./database-dictionary/what-is-anti-join)) +### [Anti Join](./database-dictionary/what-is-anti-join) An anti join is a type of join that returns rows from one table that do not have matching rows in another table, effectively filtering out the matches. ## B