Next Previous Up Top Contents Index

1.1 Introduction

1.1.9 Examples used in this document

The following tables depict example database tables to which this document's code examples refer.

Table 1.1 Table "Book" used in this document's code examples.

Title

Publisher

ISBN

An Introduction to Database Systems

Addison Wesley

0-201-14201-5

Transaction Processing: Concepts and Techniques

Morgan Kaufmann

1-55860-190-2

Fundamentals of Database Systems

Benjamin/Cummings

0-8053-1748-1

Relational Database Writings, 1991-1994

Addison-Wesley

0-201-82459-0

Table 1.2 Table "Author" used in this document's code examples.

Author ID

Last Name

First Name

1

Date

Chris

2

Gray

Jim

3

Reuter

Andreas

4

Elmasri

Ramez

5

Navathe

Shamkant

Table 1.3 Table "Book_author" used in this document's code examples.

Author_ID

ISBN

1

0-201-14201-5

2

1-55860-190-2

3

1-55860-190-2

4

0-8053-1748-1

5

0-8053-1748-1

1

0-201-82459-0


OLE, COM, ActiveX and DBMS Reference - 31 MAR 2000

Next Previous Up Top Contents Index