Oracle SQL Question:
Explain Which datatype is used for storing graphics and images?

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)
1)long raw
2)binary large object(BLOB)
3)binary file(BFILE)
Previous Question | Next Question |
Explain Difference between procedure and function.? | Explain Difference between an implicit and an explicit cursor? |