Home > SQL Developer: TimesTen Tasks > Specify the INLINE Attribut...
You can specify the INLINE
attribute for columns of type VARCHAR2
, NVARCHAR2
, and VARBINARY
.
In the Create Table dialog, locate the column header named Inline. Click in the checkbox to define the column with the INLINE
attribute.
You can also specify the INLINE
attribute when adding a column to a table. Right-click on the table, select Column, then select Add. The Add Column dialog appears. For columns of type VARCHAR2
, NVARCHAR2
, and VARBINARY
, click in the Inline checkbox to add the column with the INLINE
attribute.
Related Topics