Computer Science, asked by anshul6a4, 1 year ago

define field and data base

Answers

Answered by subhasankarde
5
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. Examples of fields: name, gender, hair colour.
Hope it helps ....
Plz mark as brainliest if it helps u!
Answered by Anonymous
2

DATA BASES

The data stored on a computer system is called a computer database. These data are collected by following a particular method. On the basis of these data, a query curiosity can be quickly resolved. A special computer language is used to ask questions. The data obtained as a solution to curiosity helps in making the right decisions.

Computer programs that are used to collect data on a computer, add their management data, modify, modify, etc. and ask data based queries are called Database Management System DBMS.

An example of query:

  1. On the database of employees of an organization, it can be inquired which employees are below 30 years of age and whose income is more than Rs 3 lakhs yearly.
  2. The most important concept of a database is that a database is a collection of records.
Similar questions