I am currently writing a coursework for my university. The java file I will submit is supposed to interact with a database and our lecturer advised me to use JDBC. My question is (since I could not find anything online) if there is any way JDBC can create a database for me instead of already connecting to an existing database since my lecturer will need to run the project on his PC and I doubt he will set up a database himself first.
Thank you very much for any answer!