What is raw datatype in sql?



What is raw datatype in sql?..

Answer / Shikha Rastogi

The RAW data type in SQL is used for binary data. It can hold fixed-length or variable-length binary strings and is often used to store images, video, audio, or other binary files.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How does a covering index work?

1 Answers  


difference between pl/sql table and normal pl/sql table

2 Answers  


What is meant by temporal data?

1 Answers  


is it possible to pass an object or table to a procedure as an argument?

1 Answers  


How show all rows in sql?

1 Answers  


what is the difference between implicit and explicit trigger

2 Answers   Tech Mahindra,


How can we implement rollback or commit statement in a trigger?

1 Answers  


What is an intersect?

1 Answers  


Create table emp (id number(9), name varchar2(20),salary number(9,2)); The table has 100 records after table created.Now i nee to change id's Datatype is to be Varchar2(15). now Alter table emp modify(id varchar2(15),name varchar2(20), salary number(9,2)); Whether it will work or returns error? post answer with explanation.

13 Answers   Oracle, TCS,


Which join is default?

1 Answers  


What is graph sql?

1 Answers  


Write an sql query to select all records from the table?

1 Answers  


Categories