What is SQL DELETE Statement

 SQL DELETE Statement

 SQL DELETE Statement Introduction: In this tutorial we know about the SQL DELETE statement, first talking on delete query, must read Introduction to SQL For Beginners and also know what is SQL Syntax. Also know about the SELECT Statement.  We learnt Select, Insert, Update statement till now, now the time to learn DELETE query in … Read more

How to use SQL UPDATE Statement

 SQL UPDATE Statement

SQL UPDATE Statement Introduction: In this tutorial we know about the SQL UPDATE statement, first talking on update query, must read Introduction to SQL For Beginners and also know what is SQL Syntax. Also know about the SELECT Statement. As we know INSERT INTO statement for insert records or save data in database. After save … Read more