Apache Derby 简明教程

Apache Derby Tutorial

Apache Derby 是一个完全基于 (编写/实现于) Java 编程语言的*关系* 数据库 管理 系统。它是由 Apache 软件基金会开发的一个开源数据库。

Apache Derby is a *R*elational *D*atabase *M*anagement *S*ystem which is fully based on (written/implemented in) Java programming language. It is an open source database developed by Apache Software Foundation.

Audience

本教程针对初学者编写,以帮助他们了解与 Apache Derby 相关的基本概念。本教程将帮助你充分了解 Apache 的各种 SQL 查询以及 JDBC 示例。

This tutorial is prepared for beginners to help them understand the basic concepts related to Apache Derby. This tutorial will give you enough understanding on the various SQL queries of Apache along with JDBC examples.

Prerequisites

在你开始使用本教程中提供的各种示例进行练习之前,我假设你已经了解什么是数据库,特别是 RDBMS,以及什么是计算机编程语言。

Before you start practicing with various types of examples given in this tutorial, I am assuming that you are already aware about what a database is, especially the RDBMS and what is a computer programming language.