I have tried this method but it creating new database in existing path folder and in result it printing there no such table:mytable.

import java.sql.*;

public class Database1 {

public...