1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

fix: replace the missing resource with another resource (#7887)

This commit is contained in:
Rikuya Osawa
2024-12-18 23:52:35 +09:00
committed by GitHub
parent b4621733be
commit 8cf5765349

View File

@@ -4,5 +4,5 @@ A `CHECK` constraint in SQL is used to enforce data integrity by specifying a co
Learn more from the following resources:
- [@article@CHECK - PostgreSQL](https://www.postgresqltutorial.com/postgresql-tutorial/postgresql-check/)
- [@article@SQL CHECK Constraint](https://www.w3schools.com/sql/sql_check.asp)
- [@article@SQL CHECK Constraint](https://www.w3schools.com/sql/sql_check.asp)
- [@video@CHECK Constraint](https://www.youtube.com/watch?v=EeG2boJCXbc)