computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
502 B
8 lines
502 B
# 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. |
|
|
|
Visit the following resources to learn more: |
|
|
|
- [@roadmap@Visit Dedicated SQL Roadmap](https://roadmap.sh/sql) |
|
- [@article@SQL Tutorial - Essential SQL For The Beginners](https://www.sqltutorial.org/)
|
|
|