Hello,
You can download Jmeter opensource executable from web. Jmeter is a java program which allows you to connect to a DB and send statements to be executed through JDBC. It is easy to configure and run. You just need to include the jar file for JDBC connection to the bin directory of Jmeter and configure a JDBC connection. Then you simply need to add threads and run your test. You can find tons of information online.