Familiarize |
Learn |
Test |
|||
Play Scatter |
Play Space Race |
||||
Combine with other sets |
Login to add to Favorites |
Print: Term List | Flashcards |
Editing not allowed |
Export |
Deleting not allowed |
| With group: None | |
| HTML link to set: | Tiny link: |
| Term | Definition |
|---|---|
| UPDATE table_name SET column1=value, column2=value2,... WHERE some_column=some_value | update a row in a table |
| DELETE FROM table_name WHERE some_column=some_value | delete a row from a table |
| DELETE FROM table_name or DELETE * FROM table_name | delete an entire table |
| Terms | 3 |
| Creator | jtwilliams00 |
| Created | March 30, 2009 |
| Groups | None |
| Subject | sql |
| Access | Anyone |
| Edit | Creator Only |