Computer Science, asked by parwinder1781, 10 months ago

epics corporation is designing of database for its all its employees designer want to store the passport size photograph of a complaining to their respective names can you suggest which datatype should they use.​

Answers

Answered by nayanazara12
10

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.

Answered by VivekKumar1234567
0

Answer:

epics corporation is designing of database for its all its employees designer want to store the passport size photograph of a complaining to their respective names can you suggest which datatype should they use.

Similar questions