Database Management with Web Site Development Applications
Key Terms Chapter 1
by Greg Riccardi

Applications developer A person who designs and develops applications that extend the functionality of a database system.
Bit A single unit of information that is either true or false, on or off, 1 or 0.
Byte A sequence of 8 bits. A single text character is stored in one byte.
Client-server system A system made up of two or more components, in which the client makes requests and the server listens and responds. The client-server interaction typically takes place across a communications network, such as the Internet.
Data A collection of bits that represent some value or collection of values.
Data model A description of what kind of information will go into a particular database and how that information will be structured or organized
Database, or database system A combination of software, data, and computer hardware that implements a specific data model. A database system uses a DBMS and is combined with application programs to create an information system that has a specific purpose.
Database administrator A person who controls access to the database system, maintains data accuracy and integrity, and monitors and improves database performance.
Database designer A software professional who specifies information content and creates database systems.
Database management system (DBMS) A combination of software and data storage that provides the means to create and maintain database systems.
End user A person whose job requires access to the information content of a database system.
Information Data that have a specific interpretation or meaning.
Information system A collection of software applications and computer hardware that store and manipulate information.
Instance An object, or collection of values, in a database system.
Internet The worldwide network of computers that includes strategies for naming and locating specific computers and transferring information among them.
Query A request for some of a database’s information content.
Relational database management system (RDBMS) A DBMS that implements the relational data model. RDBMSs typically use SQL as their interaction language.
Schema. See Data Model.
SQL (Structure Query Language) A standard language for defining the structure of relational databases and manipulating their contents.
Web See World Wide Web.