Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 354 Bytes

File metadata and controls

9 lines (7 loc) · 354 Bytes

Data Manipulation

Data manipulation operations change the state of the data stored in the database without modifying the structure of the stored data. These operations include insert, delete, and update.

Data manipulation operations in DataJoint respect the integrity constraints.