00:01
In this question, we're asked to find which statement allows you to delete a table from the database.
00:07
And we're giving these four options in sql, of course.
00:10
So the first option we can look at is update.
00:13
So what does the update statement do in sql? what update does is it allows you to modify the existing records.
00:20
It allows you to modify existing records in a table in a database.
00:28
So you can modify like the numbers or anything like that.
00:32
So modifies existing records in a table that's inside of a database.
00:43
So this has nothing to do with dropping an entire table from a database.
00:48
So we can look at alter.
00:50
So what does the alter table statement do? and this is used to add or delete columns.
00:58
Add or delete columns...