I am trying to create the database using a prepared statement in MySQL. Here I am passing the parameters as shown. But I am getting a syntax error. Is it possible to create tables and databases using prepared statements? Answer in a PreparedStatement can only be used to bind values (e.g., in where conditions on in values clauses), not object