SQL as Data Manipulation Language
SQL as Data Manipulation Language SQL as Data Manipulation Language: Besides of retrieving data from database using SELECT statement, SQL also provide the statements to manipulate the data of…
Database SQL Manipulation: Besides of retrieving data from database using SELECT statement, SQL also provide the statements to manipulate the data of database. SQL is a complete data manipulation language. In data manipulation, data is inserted into the database tables, updated tables and deleted the data from database.
The important data manipulation languages are
SQL as Data Manipulation Language SQL as Data Manipulation Language: Besides of retrieving data from database using SELECT statement, SQL also provide the statements to manipulate the data of…