Links
CS home page
Dick Brown's home page
Site home page
Printable version of this page
-----
CSA online text
Laboratory assignments
Homework assignments
Escher: Web Portfolio Manager Project
Course directory ~cs284
-----
Java API
Project log form




Databases

CS 284 (CSA), Spring 2005

A database management system (DBMS) is a system of computer software and hardware that provides efficient and flexible access to structured collections of information. Although many designs are possible for a DBMS, most contemporary systems organize data into relations, i.e., tables of information; a group of related tables forms a database of information. A query is a request to a DBMS for specific information from a database. Most prominent DBMSs use a variant of a language called SQL (Standard Query Language) for creating tables, modifying them, and performing queries.





rab@stolaf.edu, May 09, 2005