Computer Science, asked by mohammedrayhan81, 3 months ago

which sql statement is used to modify data in a database?

three letter​

Answers

Answered by Anonymous
0

Data modification side of DML language in T-SQL includes three statements used for modifying data in SQL Server and those are: INSERT, UPDATE, and DELETE. The focus here will be on the UPDATE statement explicitly.

Answered by dhanushreeryan
0

Explanation:

SQL UPDATE Statement

The SQL UPDATE Statement

The UPDATE statement is used to modify the existing records in a table.

Similar questions