English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

1. What is the difference between a database and a table ?

2. What does a database expert mean when (s) he observes that a database displays both entity and integrity ?

2006-10-03 01:35:20 · 3 answers · asked by pudding heart 1 in Computers & Internet Programming & Design

3 answers

Well....a database is basically a collection of data...it may be any simple text file or something else....

when this data is stored in tables...we have what is known as a relational database.....

and when someone refers to the integrity of data in the database ...it just referes to the correctness of the data

2006-10-03 01:39:21 · answer #1 · answered by jigvesh b 2 · 0 0

1. A database contains tables within it. As such a database is a larger entity. Tables contain rows (records) and columns (fields).

2. I'm not sure I understand this question.

2006-10-03 01:41:54 · answer #2 · answered by pravin 1 · 0 0

almost agry with (jigvesh b).
In case you have a relational database all data is stored in tables, and between tables exist relations, some data could refer to another in another table by key value (that is relation)... if you have no entity, integrity some data may reffer to another that doesn't exist anymore...

2006-10-03 04:19:40 · answer #3 · answered by Ugi 2 · 0 0

fedest.com, questions and answers