Search notes:

SAS: dictionary.referential_constraints

Describe

proc sql;
  describe table dictionary.referential_constraints;
quit;


/*
create table DICTIONARY.REFERENTIAL_CONSTRAINTS
  (
   libname char(8) label='Library Name',
   memname char(32) label='Member Name',
   constraint_catalog char(32) label='Constraint Catalog',
   constraint_schema char(8) label='Constraint Schema',
   constraint_name char(32) label='Constraint Name',
   unique_constraint_catalog char(32) label='Unique Constraint Catalog',
   unique_constraint_schema char(8) label='Unique Constraint Schema',
   unique_libname char(8) label='Unique Library Name',
   unique_memname char(32) label='Unique Member Name',
   unique_constraint_name char(32) label='Unique Constraint Name',
   match_option char(8) label='Match Option',
   update_rule char(12) label='Update Rule',
   delete_rule char(12) label='Delete Rule'
  );
*/
Github repository about-SAS, path: /programming/dictionary/referential_constraints.sas

See also

foreign key constraints
dictionary.check_constraints
dictionary tables

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Companie...', 1758208971, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Companies-Products/SAS/programming/dictionary/referential_constraints/index(69): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78