Collection of related records in a database is known as
A. File
B. Bench
C. Table
D. Relationship
Answer: Option C
Solution (By Examveda Team)
ATable
is a collection of related records in a database. It organizes data into rows and columns, where each row represents a record, and each column represents a field or attribute. Unlike a file, which is a collection of data without any inherent structure, a table in a database is designed to store structured and related information. A table is a fundamental component of a relational database, providing a systematic way to organize and manage data.Therefore, the correct option is
Table
.
It's table actually. I was wrong earlier. Sorry
The correct answer is File. Please correct it.