This video describes how to use the TRUNCATE Command in SQL.
TRUNCATE command deletes the data present in Table but never deletes the structure of the Table.
12 | How to use the TRUNCATE Command in SQL in SQL PLUS CLI | Oracle PL/SQL Programming
#TRUNCATE_Command #DROP_Command #Delete_Table #SQLPLUS