(Contents)(Previous)(Next)

Constraints

If conditions restricting the range of values were defined, the user can display the corresponding definitions using

SELECT definition

FROM domain.constraints

WHERE tablename = 'CUSTOMER'

The user specifies the table name and column name.

To see a list of all constraint definitions, specify:

SELECT *

FROM domain.constraints


(Contents)(Previous)(Next)