-
Row/Record Related SQL commands
- INSERT INTO <table> (<field>, <field>, ...) VALUES (<value>,<value>,...)
- SELECT <field>,<field>,... FROM <table> WHERE <conditions>
- UPDATE <table> SET <field>='<value>'
- DELETE FROM <table> WHERE <conditions>
- SELECT * FROM <table> JOIN <another table> ON <conditionals>
- SELECT * FROM <table> GROUP BY <field>
- SELECT * FROM <table> ORDER BY <field>
-
Notifications
You must be signed in to change notification settings - Fork 0
easai/mysql-cheatsheet
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published