We can not drop rows , we can only delete rows.
DROP ROW statement simply does not exist in SQL.
DROP INDEX statement is used to delete an index in a table.
DROP TABLE statement is used to drop an existing table in a database.
DROP DATABASE statement is used to drop an existing database in SQL schema.
Login in to like
Login in to comment