1 parent 8ecfd9c commit 72467a2Copy full SHA for 72467a2
1 file changed
sql-queries-3/README.md
@@ -1,4 +1,8 @@
1
### Relevant Articles:
2
- [How to Ignore an Index From Being Used in SQL](https://drafts.baeldung.com/sql/how-to-ignore-an-index-from-being-used-in-sql/)
3
- [DELETE With a SELECT Statement in the WHERE Clause](https://www.baeldung.com/sql/delete-select-where-condition)
4
-
+- [How to Ignore an Index in an SQL Query](https://www.baeldung.com/sql/index-exclude)
5
+- [Altering a Column From NULL to NOT NULL in SQL](https://www.baeldung.com/sql/alter-column-constraint-not-null)
6
+- [Dropping a Database Table if It Exists in SQL](https://www.baeldung.com/sql/drop-table-if-exists)
7
+- [How to Remove Duplicate Rows in SQL](https://www.baeldung.com/sql/duplicate-removal)
8
+- [How to Parameterize an SQL IN Clause](https://www.baeldung.com/sql/parameterize-in-clause)
0 commit comments