1 of 4

Slide Notes

DownloadGo Live

Programs for creating Databases

Published on Oct 01, 2016

No Description

PRESENTATION OUTLINE

Programs for creating Databases

Ana Milla

Apache Derby

Relational database management system written in Java.

Characteristics

  • Transactions and errors ACID recovery.
  • It's free.
  • Derby has a small footprint -- about 2.6 megabytes for the base engine and embedded JDBC driver.
  • Derby is based on the Java, JDBC, and SQL standards.
  • Derby provides an embedded JDBC driver that lets you embed Derby in any Java-based solution.
  • Derby also supports the more familiar client/server mode with the Derby Network Client JDBC driver and Derby Network Server.
  • Derby is easy to install, deploy, and use.

SQL