Which of the following places the common data elements in order from smallest to largest?
A. character, file, record, field, database
B. character, record, field, database, file
C. character, field, record, file, database
D. Bit, byte, character, record, field, file, database
E. None of these
Answer: Option C

Right answer is d
Character- group of bytes.
Field: heading of table
Record: grp of fields.
File:collection of record
Db: the collection of related file.
That is why option C is correct answer...
Character- group of bytes.
Field: heading of table
Record: grp of fields.
File:collection of record
Db: the collection of related file.
That is why option C is correct answer...
bit,byte,character,record,field,file,database
Bit,byte,character,record,field,file,database is correct or not
bit,byte character ,record field file database
4