Skip to content

Commit f23e194

Browse files
authored
Update README.md
1 parent 426d777 commit f23e194

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22

33
A quick reminder of all relevant SQL queries and examples on how to use them.
44

5-
Pull requests are welcome!
5+
This repository is constantly being updated and added to by the community.
6+
Pull requests are welcome. Enjoy!
67

78
# Table of Contents
89
1. [ Finding Data Queries. ](#find)
910
2. [ Data Modification Queries. ](#modify)
1011
3. [ Reporting Queries. ](#report)
1112
4. [ Join Queries. ](#joins)
1213
5. [ View Queries. ](#view)
13-
6. [ Altering Table Columns Queries.](#alter)
14+
6. [ Altering Table Queries.](#alter)
1415

1516
<a name="find"></a>
1617
# 1. Finding Data Queries
@@ -153,7 +154,7 @@ Pull requests are welcome!
153154
* `DROP VIEW v1`;
154155

155156
<a name="alter"></a>
156-
# 6. Altering Table Columns Queries
157+
# 6. Altering Table Queries
157158

158159
### **ADD**: add a column
159160
* `ALTER TABLE` table_name `ADD` column_name column_definition;

0 commit comments

Comments
 (0)