function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
KaityKaity 

DML statements and DML Queries

Hi,
What is the difference between DML statements and DML Queries?

Thanks
Shashikant SharmaShashikant Sharma
DML Statements are the data manupulation statements like insert, update, delete, upsert, undelete which changes database.

DML Queries not sure where have you ead it may be you are looking for SOQL Queries or SOSL Queries which are used for fetching the data from databases.

Let me know where you have read word DML Queries in case if above does not help you.