DATABASE FUNDAMENTALS
WHAT IS DATABASE MANAGEMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Cell
|
|
Fields
|
|
Column
|
|
Record
|
Detailed explanation-1: -A field: Contains data about one aspect of the table subject, such as first name or e-mail address. A field value: Each record has a field value. For example, Contoso, Ltd. or someoneexample.com.
Detailed explanation-2: -A record consists of fields, with each field describing an attribute of the entity. File-a group of related records. Files are frequently classified by the application for which they are primarily used (employee file).
Detailed explanation-3: -A record is a collection of fields, possibly of different data types, typically in a fixed number and sequence. The fields of a record may also be called members, particularly in object-oriented programming; fields may also be called elements, though this risks confusion with the elements of a collection.
Detailed explanation-4: -A record is a collection of data from related fields. In simpler terms, the data present in a single row of a table present in a database is called a record. In a database, the data is stored in tables that contain rows and columns, the rows containing the data are called records while the columns are called fields.