FULL JOIN Description Syntax Examples FULL JOIN Description The FULL JOIN keyword returns all records when there is a match in left (table1) or right (table2) table r...
Dbstl examples Dbstl examples Because dbstl is so much like C++ STL, its usage exactly mirrors that of C++ STL, with the exception of a few optional Berkeley DB specific config...
Opening the environment Opening the environment Creating transaction-protected applications using the Berkeley DB library is quite easy. Applications first use DB_ENV->open() ...
Remote filesystems Remote filesystems When Berkeley DB database environment shared memory regions are backed by the filesystem, it is a common application error to create datab...
Preface Conventions Used in this Book Note Preface Welcome to Berkeley DB (DB). This document provides an introduction and usage notes for skilled programmers who wish to use...
RIGHT JOIN Description Syntax Examples RIGHT JOIN Description The RIGHT JOIN keyword returns all records from the right table (table2), and the matching records from ...
Derived Tables Description Syntax Examples Derived Tables Description This topic describes subqueries that occur as nested SELECT statements in the FROM clause of an o...