This command is used to delete th e data specified in the conditions
DELETE FROM tablename [WHERE Clause]
DELETE FROM studinfo //studinfo is a tablename WHERE sid=114 ; //where condition is given
DELETE FROM studinfo //studinfo is a tablename WHERE sid>111 ; //where condition is given
Note : This command should be used carefully, it will delete all the saved data whose Tablename is define.
DELETE tablename
Others
Languages
Frameworks
Web / Design
Mobile Technology
Sql & Technology
R4R