I am new in JDBC and I wanted to find out if there is a way to check if a particular database already exists in MySQL.
Let\'s say I wanted to create a database named
show databases like 'students'
If you get a row back, it exists.