Looking for the answer for Difference between execute, executeQuery, executeUpdate . First of all i want to tell you that these are the dml statements in JDBC . The names of these statements itself explain : executeUpdate() -> database UPDATE statements Read More …
Category: MYSQL
What is the difference between DML and DDL ?
DML (Data Manipulation Language) DDL (Data Definition Language) DML is abbreviation of Data Manipulation Language. DML statements are used to work with the data in tables. When you are work in multi-user databases, we are in effect of working with Read More …