Results 2 comments of Anil V

I use mysql and have data schemas with composite primary keys as well: ``` CREATE TABLE `payments` ( `customerNumber` int NOT NULL, `checkNumber` varchar(50) NOT NULL, `paymentDate` date NOT NULL,...

This is a useful PR at least as a reference, as one thing we are quite interested in is taking a SQL and determining the tables that are referenced within...