Skip to content

Commit f0a74c4

Browse files
committed
update
1 parent bd4acd7 commit f0a74c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/blog/what-is-sqlplus-for-oracle-comprehensive-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "What is SQL*Plus for Oracle: A Comprehensive Guide"
2+
title: "What is SQL *Plus for Oracle: A Comprehensive Guide"
33
description: "SQL*Plus is a command-line interface specifically designed for interacting with Oracle databases."
44
image: "/blog/image/9905.jpg"
55
category: "Technical Article"

pages/database-dictionary.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ An alias in databases is a temporary name given to a table or column to make que
1515
### [Anchored Window Function](./database-dictionary/what-is-anchored-window-function)
1616
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.
1717

18-
### [Anti Join]((./database-dictionary/what-is-anti-join))
18+
### [Anti Join](./database-dictionary/what-is-anti-join)
1919
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.
2020

2121
## B

0 commit comments

Comments
 (0)