SQL DROP

DROP DATABASE


rm student.db; -- 删库
		    

DROP TABLE


sqlite> drop table major;