Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JAVA-40934 sql-queries-5 module splitted and new submodule created #308

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions sql-queries-5/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
### Relevant Articles

- [Best Practices for String Concatenation and Aggregation in SQL](https://www.baeldung.com/sql/string-concatenation-aggregation)
- [Updating Data with Joins in SQL Queries](https://www.baeldung.com/sql/updating-data-joins)
- [Performing an Insert if Not Exists Operation in SQL](https://www.baeldung.com/sql/insert-if-not-exists-operation)
- [Removing the Primary Key in a MySQL Table](https://www.baeldung.com/sql/mysql-delete-primary-key)
- [Difference Between CTE and Subquery](https://www.baeldung.com/sql/cte-vs-subquery)
- [Understanding the SQL OVER() Clause](https://www.baeldung.com/sql/over)
- [Deleting a Column From a Table in SQL](https://www.baeldung.com/sql/delete-column-from-table)
- [Understanding the Purpose of Creating a View in a Database](https://www.baeldung.com/sql/database-view-purpose)
- [How to Remove Leading Zeros in SQL](https://www.baeldung.com/sql/remove-leading-zeros)
- [Selecting Dates Within a Range Using SQL Queries](https://www.baeldung.com/sql/select-dates-range)
- [Difference Between SET autocommit=1 and START TRANSACTION in MySQL](https://www.baeldung.com/sql/mysql-autocommit-one-vs-start-transaction)
- [Selecting the Bottom N Rows in SQL Queries](https://www.baeldung.com/sql/select-bottom-n-rows)
- [Turning Off Autocommit For a MySQL Client](https://www.baeldung.com/sql/mysql-turn-off-autocommit-mode)
- [How to Split Single Column Values to Multiple Columns in SQL](https://www.baeldung.com/sql/split-single-column-values)
- [How to Split Single Column Values to Multiple Columns in SQL](https://www.baeldung.com/sql/split-single-column-values)
4 changes: 4 additions & 0 deletions sql-queries-9/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Relevant Articles
- [Understanding the SQL OVER() Clause](https://www.baeldung.com/sql/over)
- [Difference Between CTE and Subquery](https://www.baeldung.com/sql/cte-vs-subquery)
- [Deleting a Column From a Table in SQL](https://www.baeldung.com/sql/delete-column-from-table)
1 change: 1 addition & 0 deletions sql-queries-dates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
- [Get Current Timestamp in SQL Server](https://www.baeldung.com/sql/sql-server-current-timestamp)
- [Group Query Results by Month and Year in SQL](https://www.baeldung.com/sql/group-by-date-parts)
- [How to Get the Day of the Week in SQL](https://www.baeldung.com/sql/day-of-the-week)
- [Selecting Dates Within a Range Using SQL Queries](https://www.baeldung.com/sql/select-dates-range)