Found 2 hits - Term: relational database, Database: *, Strategy: prefix
- [1] : WordNet (r) 2.0
relational database
n : 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"
- [2] : The Free On-line Dictionary of Computing (27 SEP 03)
relational database
rdbms - relational database management system a
database based on the relational model developed by
e.f. codd. a relational database allows the definition of
data structures, storage and retrieval operations and
integrity constraints. in such a database the data and
relations between them are organised in tables. a table is
a collection of rows or records and each row in a table
contains the same fields. certain fields may be designated
as keys, which means that searches for specific values of
that field will use indexing to speed them up.
where fields in two different tables take values from the same
set, a join operation can be performed to select related
records in the two tables by matching values in those fields.
often, but not always, the fields will have the same name in
both tables. for example, an "orders" table might contain
customer_id, product_code pairs and a "products" table might
contain product_code, price pairs so to calculate a given
customer's bill you would sum the prices of all products
ordered by that customer by joining on the product-code fields
of the two tables. this can be extended to joining multiple
tables on multiple fields. because these relationships are
only specified at retreival time, relational databases are
classed as dynamic database management system.
the first commercial rdbms was the multics relational data
store, first sold in 1978.
ingres, oracle, sybase, inc., microsoft access, and
microsoft sql server are well-known database products and
companies. others include postgresql, sql/ds, and rdb.
"managing data bases, four critical factors" michael
m. gorman, qed information sciences, inc..
"an introduction to database systems" 6th ed c. j. date,
addison wesley an excellent source of detailed info.
"an end-user's guide to data base" james martin, prentice
hall excellent place to begin learning about dbms.
2002-06-10
see also:
database relational model e.f. codd integrity constraints tables records
fields keys join dynamic database management system multics relational data store
ingres oracle sybase, inc. microsoft access microsoft sql server
postgresql sql/ds rdb
Results 1 - 10 of 27 found about relational database: Database
>> D Words
Database, definition of term: Database
database_pag1.html Relational
>> R Words
Relational, definition of term: Relational
relational_pag1.html Relational Data
>> R Words
Relational Data, definition of term: Relational Data
relational+data_pag1.html Relational Data
>> R Words
Relational Data, definition of term: Relational Data
relational+data_pag1.html Database Manage
>> D Words
Database Manage, definition of term: Database Manage
database+manage_pag1.html Database Admini
>> D Words
Database Admini, definition of term: Database Admini
database+admini_pag1.html Database Manage
>> D Words
Database Manage, definition of term: Database Manage
database+manage_pag1.html Relational Mode
>> R Words
Relational Mode, definition of term: Relational Mode
relational+mode_pag1.html Open Database C
>> O Words
Open Database C, definition of term: Open Database C
open+database+c_pag1.html EDM/2 - Introduction to Relational Database Design
...This article will teach the basis of Relational Database Design, so the readers can make more.....But most of the time you'll want a relational database server, so it's important to clarify the.....As with anything regarding computers, there's more than one way to design a relational database for a..
http://www.edm2.com/0612/msql7.html, score=100, date indexed=March 28, 2005, 12:48 pm Page 1 2 3 Next Last accessed:2008/05/13 20:05:14 [Total processing time: 0 seconds] |