215k views
4 votes
In an employee database, which data type would you use to categorize an employee as either male or female?

A.autonumber
B.binary
C.Boolean
D.number
E.text

User SRUCLA
by
8.0k points

2 Answers

4 votes
E. Text

When writing any kind of report on employees and/or employers, you should always use plain text.
User Kostiantyn Koval
by
8.1k points
1 vote

Answer: (E) Text

Step-by-step explanation:

The text is the type of the database in the employee database that is use for organizing the employee either female or male. When we writing any type of report which is related to the employees then we always prefer to use the plain text or content.

By using the TEXT data type we can easily store different types of text data in the database. The TEXT database is also known as byte datatype. It basically contain two types of characters are as follows:

  • Single byte character
  • Multi byte character

User Ofershap
by
6.5k points