引言: 之前不太熟悉data manipulation这个概念,在审稿的时候看到了,之前还以为是说的学术论文的算法使用不当,原来这也是数据库语言中的一个重要概念。 好像是真的都是用的这个词…
-
“The president of Stanford University, one of the top-rated colleges in the US, is stepping down after its board found scientific papers he published contained manipulated research data.”
-
“Data Manipulation Language (DML) manipulates data (e.g., SELECT, INSERT, UPDATE, DELETE).” 不过一般会用到falsified data这个概念。
data manipulation概念理解
1. 概念:SQL中的DML
SQL中的(data manipulation language)DML语言,主要包括以下几个类型:
- SELECT:查询数据
- INSERT:插入数据
- UPDATE:更新数据
- DELETE:删除数据