File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
A quick reminder of all relevant SQL queries and examples on how to use them.
4
4
5
- Pull requests are welcome!
5
+ This repository is constantly being updated and added to by the community.
6
+ Pull requests are welcome. Enjoy!
6
7
7
8
# Table of Contents
8
9
1 . [ Finding Data Queries. ] ( #find )
9
10
2 . [ Data Modification Queries. ] ( #modify )
10
11
3 . [ Reporting Queries. ] ( #report )
11
12
4 . [ Join Queries. ] ( #joins )
12
13
5 . [ View Queries. ] ( #view )
13
- 6 . [ Altering Table Columns Queries.] ( #alter )
14
+ 6 . [ Altering Table Queries.] ( #alter )
14
15
15
16
<a name =" find " ></a >
16
17
# 1. Finding Data Queries
@@ -153,7 +154,7 @@ Pull requests are welcome!
153
154
* ` DROP VIEW v1 ` ;
154
155
155
156
<a name =" alter " ></a >
156
- # 6. Altering Table Columns Queries
157
+ # 6. Altering Table Queries
157
158
158
159
### ** ADD** : add a column
159
160
* ` ALTER TABLE ` table_name ` ADD ` column_name column_definition;
You can’t perform that action at this time.
0 commit comments