What is raw datatype?
Answer / Udai Veer Singh
RAW is an Oracle Database datatype that stores binary data as a sequence of bytes. It can be used to store non-character data like images, audio files, or even passwords.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to retrieve first and last records from a table?
How are Indexes Update ?
what is query and types of query
what are the default admin accounts in Oracle 10g ?
How to change system global area (sga) in oracle?
What is the effect of setting the value "ALL_ROWS" for OPTIMIZER_GOAL parameter of the ALTER SESSION command ?
hi friends, I have a table A col as status|NUM and value as open |1 open |2 close |3 close |3 the O/P should be open|close 1 |3 2 |4
how many triggers we can create on a table
11 Answers G2 Technology, TCS,
What are the major difference between truncate and delete?
What is a data segment ?
How to rebuild an index in oracle?
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?