Sample Exam Questions
※This sample exam is different from those that appear in the actual OSS-DB Exam.
2024/04/25
Software that handles data, such as databases, requires the basic functions of Create, Read, Update, and Delete. These four functions are collectively referred to by the acronym CRUD.
In SQL, the UPDATE and DELETE commands correspond to the English names of the CRUD operations for data updates and deletions, respectively. However, creation is performed with INSERT, and reading is done with SELECT.
Therefore, the correct answer is D.
© EDUCO All Rights Reserved.