If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > the concept of database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-10-08, 00:42
noname2008 noname2008 is offline
Registered User
 
Join Date: Aug 2008
Posts: 1
the concept of database

I start to learn about database. I have a doubt about the data hierarchy that "file" in the data hierarchy show as below. Does it also include file extension .dat .mp3 or other(binary file). And if it include, What's field and record of it.

bit --> byte --> field --> record --> file --> database

thank you
Anee
Reply With Quote
  #2 (permalink)  
Old 08-10-08, 06:57
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,524
bit --> byte --> field --> record --> file

bit --> byte --> column --> row --> table --> database
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 08-10-08, 11:03
dportas dportas is offline
Registered User
 
Join Date: Dec 2007
Location: London, UK
Posts: 732
One of the first things you should learn is what a Data Model means and what Physical Data Independence means.

A database is a logical concept: "an organised collection of data". It is arbitrary and meaningless to talk of a database consisting of "files" or "records" unless you are describing an actual DBMS product or have some particular idea about how the database is being implementated in hardware.

So your hierarchy is entirely misleading as a general concept (although it may make sense in certain examples of database systems).
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On