All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.googlecode.paradox.information_schema.referential_constraints.sql Maven / Gradle / Ivy

The newest version!
select constraint_catalog,
       constraint_schema,
       constraint_name,
       constraint_catalog as unique_constraint_catalog,
       constraint_schema  as unique_constraint_schema,
       constraint_name    as unique_constraint_name,
       match_option,
       update_rule,
       delete_rule
from information_schema.pdx_referential_constraints c




© 2015 - 2024 Weber Informatics LLC | Privacy Policy