can i use the data type Blob for storing images (jpg).
Can i do this:
create table photo (
id number(1)
image blob
)

And how to insert values ?

Thanks