Link refers to SQL Roadmap under 'Learn SQL' topic in 'PostgreSQL DBA' (#7363)
parent
9487a2947b
commit
191ca24c93
1 changed files with 5 additions and 1 deletions
@ -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) |
||||
|
Loading…
Reference in new issue