Computer Science, asked by RaviRajSha1463, 1 year ago

Data, field ,record, dabase file, which is the largest unit of the folllowing

Answers

Answered by anuham97
0

ANSWER

Database file is the largest unit.

EXPLANATION

Microsoft Access database file. DB is a database file format for Windows. DB files store data information, usually stored in a series of tables, table fields, and field data values. The information is then stored and organized according to the data model, the most common model structure being the relational model.

In computer science, data that has several parts, known as a record, can be divided into fields. Relational databases arrange data as sets of database records, also called rows. Each record consists of several fields; the fields of all records form the columns.

Data files contain data and objects such as tables, indexes, stored procedures, and views. Log files contain the information that is required to recover all transactions in the database.

Similar questions