Database objects

SQL statements and queries are used to create and update database objects. You can use these statements to create, update, or retrieve tables, indexes, foreign keys, and publications in your database. Schema information can be created with the Connection.prepareStatement and PreparedStatement.executeQuery methods.

 See also
 Example