Definitions for "Relational Database" Add To Word List
Login or Register  | Word Lists | Search History

A Relational database is a tool which can help you store, manage and disseminate information of various kinds. It is a collection of objects, tables, queries, forms, reports, macros, all stored in a computer program all of which are inter-related.
Helpful?           0
(RDBMS) A database that allows the definition of data structures, storage and retrieval operations and integrity constraints. Data and relations between them are organized in tables.
Helpful?           0
An integrated repository of data in the form of tables that have rows and columns to show a relationship between items; information can be cross-referenced between two tables.
Helpful?           0
a database composed of linked tables which have records which are made up of fields. No one table has all the information about a record.
Helpful?           0
A method of structuring data in the form of records so that relations between different entities and attributes can be used for data access and transformation.
Helpful?           0
A collection of tables connected together in a series of relationships so that they model some small part of the real world.
Helpful?           0
A database that can be perceived as a set of tables and manipulated in accordance with the relational model of data.
Helpful?           0
A relational database is organised into tables, in which data is defined so that it can be reorganised and accessed in a number of different ways without having to reorganise the database tables.
Helpful?           0
A database with tables that must be rigidly defined before the data can be entered, and whose relationships among its records are based on common fields.
Helpful?           0
An information structure that stores data in tables that can be linked to each other for cross-referencing - for instance, a table that presents vocabulary items and their grammatical features that is linked to a table that presents grammatical features and their definitions. This format prevents the duplication of data and is the preferred method of storing complex sets of information. Compare to flat file database.
Helpful?           0
A database system in which the database is organized and accessed according to the relationships between data items without the need for any consideration of physical orientation and relationship. Relationships between data items are expressed by means of tables.
Helpful?           0
One of four database structures in which files are linked in some way.
Helpful?           0
applications: A database application where more than one file can be linked together, such as a customer list and an order list linked by a customer number. You can program all kinds of fancy functions; for example, as you type in the customer name the address and other info automatically pop into the right fields on the order form. Relational databases are made of files and produce output called reports. They are a must for serious business work. These applications, such as 4th Dimension, are harder to use and cost more than flat-file databases, but they are very powerful.
Helpful?           0
A database schema in which information is linked by common fields between several tables.
Helpful?           0
a database that is made up of normalized tables. Many logical links between tables are declared, but links can be made that were not predetermined when the database was originally designed.
Helpful?           0
A somewhat complex database which uses several tables that relate to each other in some way.
Helpful?           0
A database that contains multiple tables and other objects and has the information organized by defined relationships between tables.
Helpful?           0
A type of database which allows information in one set of database tables to be connected to information in another set of tables without requiring duplication of information. See DB2.
Helpful?           0
A type of database management system (DBMS) that stores data in the form of related tables. Relational databases are powerful because they require few assumptions about how data is related or how it will be extracted from the database. As a result, the same database can be viewed in many different ways. An important feature of relational systems is that a single database can be spread across several tables. This differs from flat-file databases, in which each database is self-contained in a single table.
Helpful?           0
A database that is organized and accessed according to relationships between items. Interdependencies among the data are expressed by data values rather than by pointers or by the location of the data items in memory providing users with a flexible approach to storing and retrieving data.
Helpful?           0
a number of tables which are linked together via fields of related data. These tables can contain any number of fields with all possible kinds of information stored in them such as names of members of staff, their e-mail addresses, etc.
Helpful?           0
Uses a logical structure to store the authentication data in a table with columns and fields. There should be no duplication of any data, helping to maintain database integrity. This can also represent a huge saving in file size, which is important when dealing with large volumes of data
Helpful?           0
the design of databases as we see it implemented in products like Interbase, Oracle and Sybase. Backed by a strong theoretical work done by E. F. Codd and Chris Date, the model follows the set concept in mathematics and relationships are represented by "link" attributes. Speaking rigorously, a database schema (structure of the objects) must be "normalized", passing through all "normal forms", namely, 1st, 2nd, 3rd, Boyce-Codd and 5st. However, in practice, a database in third normal form is accepted as normalized. One of the subjects that cause controversy until now is the representation and use of null values.
Helpful?           0
a type of database that uses the contents of a particular field as an index to reference particular records (sometimes called a multi-table database)
Helpful?           0
A database which stores data and information about relationships between data items.
Helpful?           0
See Database Marketing.
Helpful?           0
A relational database is a collection of data items organized as a set of formally-described tables from which data can be accessed or reassembled in many different ways without having to reorganize the database tables.
Helpful?           0
a database in which relations between information items are explicitly specified as accessible attributes; "in a relational database the data are organized as a number of differently sized tables"
Helpful?           0
a bunch of rectangular tables
Helpful?           0
a class of software that allows you to hold data in linked tables
Helpful?           0
a collection of data items that can be accessed and manipulated in many ways without actually changing the organization of the tables within that database
Helpful?           0
a collection of data stored in tables
Helpful?           0
a collection of data stored in tabular form (rows and columns) that follow the rules of organization first delineated by E
Helpful?           0
a collection of tables logically associated with each other by common key attribute fields
Helpful?           0
a computerized compilation of data organized into tables
Helpful?           0
a database A database is an information set with a regular structure
Helpful?           0
a database based on the relational model
Helpful?           0
a database containing more than one table, with the tables sharing data
Helpful?           0
a database divided into logical units called tables, where tables are related to one another within the database
Helpful?           0
a database in which the data is physically stored in tables A fundamental misconception
Helpful?           0
a database organized as a collection of tables
Helpful?           0
a database structured in accordance with the relational model
Helpful?           0
a database that appears to the user as a collection of tables
Helpful?           0
a database that has been designed to minimize redundant or repeated data
Helpful?           0
a database that is perceived by its users as a collection of tables (and nothing but tables)
Helpful?           0
a database that is perceived by its users to be a collection of tables
Helpful?           0
a database that is structured in accordance with the
Helpful?           0
a database that makes connections between fields in different tables
Helpful?           0
a database that presents information in one or more tables containing data about a particular entity (such as hotels, cities, or countries)
Helpful?           0
a database that stores information in tables, which are composed of columns and rows
Helpful?           0
a data management system that stores information in a series of tables consisting of rows and columns of data
Helpful?           0
a data model based on predicate logic and set theory
Helpful?           0
a decent way to represent the model in a pinch, but it's not as rich and as beneficial as an implementation of the domain in an object-oriented language
Helpful?           0
a global store of objects
Helpful?           0
a little different, in that you can share certain information between multiple records, or even multiple databases
Helpful?           0
a made up of a number of Data Tables that are connected to each other by indexed keys such as Vendor Number
Helpful?           0
a more-complex database that stores data in multiple tables that are interrelated
Helpful?           0
an efficient, reliable way to store information
Helpful?           0
an example of a data centric environment
Helpful?           0
an group of data-oriented objects (mostly tables) that act as an ensemble so information can flow from one object to another using predefined relationships
Helpful?           0
an integrated collection of related tables and other database objects
Helpful?           0
a persistent storage mechanism that stores data as rows in tables
Helpful?           0
a popular type of database
Helpful?           0
a set of structured data, organised according to a data model
Helpful?           0
a set of tables , also called relations
Helpful?           0
a set of tables containing data fitted into predefined categories
Helpful?           0
a set of tables from which data can be accessed and analyzed in many different ways without needing to reorganize tables or cut and paste data
Helpful?