What is blob datatype?
Answer / Aprajita Devi
BLOB (Binary Large Object) in Oracle is a data type used for storing large amounts of binary data, such as images, audio, or video. It allows for efficient storage and retrieval of such data types in the database.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to pass parameters to procedures in oracle?
What is PL/SQL ?
1) Does oracle have any table which contain all the exceptions and it's code internally?
What is the difference between view and materialized view in Oracle?
What is the difference between PFILE and SPFILE in Oracle?
primary key is foreign key for the same table?
20. Using a set operator, display the client number of all clients who have never placed an order.
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?
does Oracle has only one table space?
15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.
How to Remove the 3rd highest salary person record from table?
What are advantages fo Stored Procedures?