Question
We can establish a JDBC Connection with URL that specifies a database name, e.g.
jdbc:teradata://<some host>/DATABASE=<some database>
After the Connection is opened, is there any way to determine what database is in use? And is there any way to switch to a different database?
Answer