Skip to content

Commit

Permalink
Update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sshashank0743 authored Sep 20, 2022
1 parent 6c7597f commit 1e118b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

> If you have any confusion about the code or want to report a bug, please open an issue.
### What is SQL?
```
SQL, or Structured Query Language, is a language designed to allow both technical and non-technical users query, manipulate, and transform data from a relational database. And due to its simplicity, SQL databases provide safe and scalable storage for millions of websites and mobile applications.
```

```SQL
SELECT students FROM sql_course
Expand Down

0 comments on commit 1e118b5

Please sign in to comment.