Skip to content

Commit

Permalink
Update MYSQL_Cheatsheet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilkalburgi authored Oct 20, 2022
1 parent 3612acc commit a4fb1fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MYSQL_Cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,9 @@ MYSQL

#Deletes multiple views.
DROP VIEW VIEW1,VIEW2…;
#Truncate a table
TRUNCATE [TABLE] TABLENAME;
#Rename a table
RENAME TABLE OLDTABLENAME TO NEWTABLENAME;

0 comments on commit a4fb1fc

Please sign in to comment.