Which sql sublanguage is used to modify data in database?

1 answer

Answer

1223737

2026-03-27 22:05

+ Follow

The SQL sublanguage used to modify data in a database is called Data Manipulation Language (DML). DML includes commands such as INSERT, UPDATE, and DELETE, which allow users to add, modify, or remove data records within database tables. These operations are essential for managing the data stored in a relational database.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.