Updating data
Student table:
Update multiple students info
Let’s suppose that the college’s engineering department has moved their classes to a new location on campus called the Harper Building. And I need to update the department’s address on the table for all engineering students.
Deleting data
Deletes all that have engineering.
Deletes all records.
Additional resources
Here is a list of resources that may be helpful as you continue to explore database engineering :
DatabaseDataSQLSyntaxCRUDQuery
Previous one → 5.Create and read | Next one → 7.SQL operators