Login
Remember
Register
Ask a Question
What is RAW datatype?
0
votes
asked
Jan 15, 2024
in
Sql
by
AdilsonLima
What is RAW datatype?
mysql-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 15, 2024
by
AdilsonLima
RAW datatype is used to store values in binary data format. The maximum size for a raw in a table in 32767 bytes.
...