From the user perspective, clustered tables handle DML the same way unclustered tables do. The syntax is the same; the fact that the tables are clustered is an internal issue.

However, the performance may differ quite a bit, depending on what kind of cluster (index or hash) you use and whether or not your WHERE clause references the cluster key column in the table.