1.

How Can A Lob Column Be Added To An Existing Table T_students?

Answer»

A LOB COLUMN can be added using the following syntax:

ALTER TABLE t_students ADD(stud_id_file BLOB);

A LOB column can be added using the following syntax:



Discussion

No Comment Found