1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 04:59:50 +02:00

Database spelling mistake (#4115)

This commit is contained in:
Ritik Ranjan
2023-06-24 16:19:12 +05:30
committed by GitHub
parent 2a5d316e58
commit d21deb0725

View File

@@ -5,5 +5,5 @@ Views in SQL are kind of virtual tables. A view also has rows and columns as the
Visit the following resources to learn more:
- [SQL | Views](https://www.geeksforgeeks.org/sql-views/)
- [Datbase Views](https://www.ibm.com/docs/en/eamfoc/7.6.0?topic=structure-views)
- [Database Views](https://www.ibm.com/docs/en/eamfoc/7.6.0?topic=structure-views)
- [SQL Views - Wikipedia](<https://en.wikipedia.org/wiki/View_(SQL)>)