Apex corporation is designing a database for all its employees first of the designer want to see the passport size photograph of each employee to their respective name can you suggest which data type should be used​

Respuesta :

Answer:

Image datatype

Explanation:

Since the image is passport sized, the general assumption is that the passport size won't be large.

So, it's advisable that the designer store the image directly on the database.

To do this, the designer should make use of image data type( or its equivalents in other database type).