COMPUTER FUNDAMENTALS

COMPUTER APPLICATIONS

DATABASE MANAGEMENT SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The basic operations that we can do with respect to databases include:Creating a new database is a process that is identical to creating a new filing cabinet. The basic operations used are____
A
create database
B
create table
C
drop table
D
insert
E
delete
Explanation: 

Detailed explanation-1: -In computer programming, create, read, update, and delete (often referred to via the acronym CRUD) are the four basic operations of persistent storage. CRUD is also sometimes used to describe user interface conventions that facilitate viewing, searching, and changing information using computer-based forms and reports.

Detailed explanation-2: -A database management system (DBMS) is system software for creating and managing databases. A DBMS makes it possible for end users to create, protect, read, update and delete data in a database.

There is 1 question to complete.