Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lijing-22 committed Dec 25, 2024
1 parent bd4acd7 commit f0a74c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pages/database-dictionary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0a74c4

Please sign in to comment.