Oracle SQL Question:

Explain Which datatype is used for storing graphics and images?

SQL Oracle Interview Question
SQL Oracle Interview Question

Answer:

the following data types are used to store graphics or binary data
1)long raw
2)binary large object(BLOB)
3)binary file(BFILE)


Previous QuestionNext Question
Explain Difference between procedure and function.?Explain Difference between an implicit and an explicit cursor?