Login
Remember
Register
Ask a Question
What is BLOB datatype?
0
votes
asked
Jan 17, 2024
in
Oracle
by
AdilsonLima
What is BLOB datatype?
oracle-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 17, 2024
by
AdilsonLima
A BLOB data type is a varying length binary string which is used to store two gigabytes memory. Length should be specified in Bytes for BLOB.
...