DATABASE FUNDAMENTALS
WHAT IS DATABASE MANAGEMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
True
|
|
False
|
|
Either A or B
|
|
None of the above
|
Detailed explanation-1: -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.
Detailed explanation-2: -Record-a record represents a collection of attributes that describe a real-world entity. A record consists of fields, with each field describing an attribute of the entity.
Detailed explanation-3: -What is a group of related fields, called Records. A record is a collection of related fields. An Employee record may contain a name field(s), address fields, birthdate field and so on. A file is a collection of related records.
Detailed explanation-4: -Answer: A record in a table refers to A set of related fields.