Name
foreign_key_list — List all foreign keys in the given table
Common Usage
PRAGMA [database
.]foreign_key_list( table_name
);
Description
The foreign_key_list
pragma lists all the foreign
key references that are part of the specified table. That list
will contain one row for each column of each foreign key
contained within the table.