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
1
Answer:
OLE
Explanation:
Answered by
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