News

The objective is to design a compiler for MySQL language to check the syntax of DELETE and UPDATE operations. The compiler consists of two components viz. Lexical analyser and Syntax analyser. Lexical ...
In mysql, delete and truncate both are used for deleting data from table.deletedelete comes under dml (datamanipulation language). delete canbe used to delete a particular rowby using where clause.it ...