Computer Science, asked by dubeygudiya989, 7 months ago

a ___ is an extremely simple way to add, delete ,find and browser through records?
a) data form
b) data validation
c) data base ​

Answers

Answered by Ladylaurel
5

Answer:

I think the correct answer is data base

Answered by vishakasaxenasl
0

Answer:

The correct answer is the option(c)

The database is an extremely simple way to add, delete,find, and browser through records

Explanation:

The database can store enormous size of data in an extremely simple way.

  • We can add new data to the database as well as delete the old data
  • Browsing a piece of data is also possible in a database.
  • In a database, data is organized in a table that consists of rows and columns.
  • There are many databases available like MySQL, Sybase, Oracle, MongoDB, Informix, PostgreSQL, SQL Server, etc.
  • For doing all these operations, we need to use a query language like SQL(Structured Query Language).

DBMS (Data Base Management System)

A database management system is a software that is used to store and retrieve the database.

For example,

Oracle, MySQL, etc.

  • DBMS provides the interface to perform various operations like creation, deletion, modification, etc.
  • DBMS allows the user to create their databases as per their requirement.
  • DBMS accepts the request from the application and provides specific data through the operating system.
  • DBMS contains a group of programs which acts according to the user instruction.
  • It provides security to the database.

#SPJ3

Similar questions