Computer Science, asked by gagan5736, 6 months ago

application based question

Apex corporation is designing a database for all its employees. The designers want to store the passport size
photograph of each employee linked to their respective names. Can you suggest which data type should they
use?​

Answers

Answered by harnathyadav2907
4

Answer:

Explanation:

Depending upon the storage approaches, you might opt for string data type and store all the paths to the pictures in the column, else store the pics directly on the column as blob type.

I would opt for the file system approach and putting the paths in the SQL query as its quicker than storing the entire pic in the db itself.

Similar questions