This document provides an overview of personal and client/server database management systems (DBMS). It discusses the differences between the two approaches, including that personal DBMSs place more demand on clients and networks while client/server DBMSs are more fault tolerant and perform table locking automatically. The document also provides examples of SQL commands and a PL/SQL stored procedure example.