Misc

Organizational hierarchy

  • Database
  • Catalog
  • Schema
  • Table

Middleware

  • ODBC (Open Database Connectivity)
  • JDBC (Java Database Connectivity)
  • Native database access

Data Source

  • Stores information about how to connect to a data provider
  • Use the ODBC administrator to define a data source; Specify the ODBC driver and database to use

Misc

  • Stored procedures
  • Triggers
  • Locking tables

Resources URL: 
notes/databases/resources
Sources URL: 
notes/databases/sources

See Also