which one of the task can be performed on the database using a a DBMS is /are? 1. database creation. 2. search any specific data from. 3. modify the structure of database. 4. all of these
Answers
Answer:
4. All of these.
Step-by-step explanation:
Answer:
4. all of these
Explanation:
A database is an integrated collection of data records, files, and other objects. A DBMS allows different user application programs to access the same database concurrently. Famous DBMS include Oracle, Microsoft SQL Server, Microsoft Access, and MySQL.
In computing, a database is a systematically organized or structured repository of electrically stored indexed information that allows the retrieval, updating, analysis, and production of data. Smaller databases can be placed on a file system, while larger databases are hosted on a computer cluster or cloud storage.
The creation of databases extends to formal techniques and practical considerations including distributed computing issues including data modeling, efficient data representation and storage, query languages, protection and confidentiality of sensitive data, and supporting concurrent access and fault tolerance.
#SPJ2