Computer Science, asked by AMANSIDDIQUI7405, 1 year ago

A designer want to store the passport size photograph of each employee linked to their respective name. Can you suggest which data type should use?

Answers

Answered by student1b
1

Answer:

OLE

Explanation:

Answered by qwcricket10
1

 Q) Apex corporation designed the database for all its employees the designers want to store the passport photograph of each employee linked to their respective names can you suggest which datatype should use?

To store images in the database ​uses a new SQL datatype the binary large object (BLOB).

  • The data are kept in a row-column, tabular format.
  • There are different data types available for the corresponding type of data.
  • Here, in this case, the designer wants to add photos of employees.
  • The Binary Large Object (BLOB) datatype which is referring another object is used to create images in the database.
Similar questions