Home > SQL Developer: TimesTen Tasks > Drop a Constraint
You can drop a constraint from a TimesTen table. Make sure you are on the main SQL Developer page and that your TimesTen connection is expanded.
Click the + to the left of the Tables node to expand the list of tables.
Right-click the name of the table and select Constraint, then select Drop.
The Drop dialog displays. The Owner and Name fields are auto-filled and you cannot edit these fields. Prepare to select the Constraint.
Select the constraint that you want to drop from the Constraint drop-down list.
To view the SQL statement that will be used to drop the constraint, choose the SQL tab of the Drop dialog box.
Click Apply.
The Confirmation dialog box displays indicating that the constrain has been dropped.
Click OK.
The constraint has been successfully dropped.