The Drop command is used to delete all the records in a table using the table name as shown below:

Syntax:

$dropSQL=("DROP tblName");

Example

CODE:
  1. $dropSQL=("DROP tblstudent");