mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-01 06:50:26 +02:00
Link refers to SQL Roadmap under 'Learn SQL' topic in 'PostgreSQL DBA' (#7363)
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# Learn SQL Concepts
|
||||
|
||||
SQL stands for Structured Query Language. It is a standardized programming language designed to manage and interact with relational database management systems (RDBMS). SQL allows you to create, read, edit, and delete data stored in database tables by writing specific queries.
|
||||
SQL stands for Structured Query Language. It is a standardized programming language designed to manage and interact with relational database management systems (RDBMS). SQL allows you to create, read, edit, and delete data stored in database tables by writing specific queries.
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit Dedicated SQL Roadmap](https://roadmap.sh/sql)
|
||||
|
Reference in New Issue
Block a user