Thanks to the dedicated SQL query console inside IntelliJ IDEA’s Database Tools, you can easily modify and extract data from any database connected to your Java application without ever leaving the IDE. The query console comes with an SQL statement-specific code snippets library, code completion, on…