Which can be used to delete all the rows if a table? May 15, 2022May 15, 2022 administrator Which can be used to delete all the rows if a table?Delete * from table_nameWell Done. Your Answer is Correct Keep it Up!Delete from table_nameDelete table_nameall rows cannot be deleted at a time. Share this:FacebookXLike this:Like Loading...Related Posts:Which statement is used to delete all rows in a table…_____removes all rows from a table without logging the…Which statement is used to count number of rows in table?Which one of the following command is used to delete the…Which of the following SQL clauses is used to DELETE tuples…Which of these commands will delete a table called XXX if…