What is a LOB data type?

What is a LOB data type?

LOB or Large Object data type is used to store large amount of data. This data is usually in an unstructured form like images, video clips etc. Maximum size is 4 gigabytes. BLOB, CLOB, NCLOB, and BFILE come under this category of data type.

What is a LOB data type?

The LOB datatypes includes BLOB, CLOB, NCLOB and BFILE that can store large blocks of unstructured data such as graphic images, video clips, and sound wave. LOB datatypes can be stored within a table, out-of-line within a tablespaces using a LOB locator, or in an external file (BFILE datatypes).
Explain DCL command
DCL: Data Control Language DCL are used to configure and control database objects....
What is TCL command?
TCL - Transaction Control: statements used to manage the changes made by DML statements. It allows statements to be grouped together into logical transactions....
Differences between GRANT and REVOKE command
By using the GRANT command you can grant an system level previledge or role to another user.....
Post your comment