In this sql video tutorials we will learn how to delete rows from database table. You can delete either all rows or specific rows from the table. If you want to delete all rows from the table then you should use "*" sign with the delete statement, which is mentioned in the video tutorial. If you want to delete specific row from database table then you should use where clause.
In this sql video tutorials we will learn how to delete rows from database table. You can delete either all rows or specific rows from the table. If you want to delete all rows from the table then you should use "*" sign with the delete statement, which is mentioned in the video tutorial. If you want to delete specific row from database table then you should use where clause.