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 > Is there anyone has a deep knowledge of database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-21-08, 06:50
panpanf panpanf is offline
Registered User
 
Join Date: Oct 2008
Posts: 1
Is there anyone has a deep knowledge of database

I have studied sql. I know what is relational database. I wanna konw how we store the data in a relational database and how to query the data when we emplement a "select" statement Is there a open source relational data base? I wanna konw the data structure of the relational database. I have searched the net, but no result. Anyone can propose me some articles or books that has data structure and algorithms teached?
Reply With Quote
  #2 (permalink)  
Old 10-21-08, 07:45
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,524
Quote:
Originally Posted by panpanf
I have studied sql. I know what is relational database.
so why are you asking all these questions?

how to store data in relational database: with the INSERT statement

how to query the data: with the SELECT statement

Is there a open source relational data base? yes, MySQL, Firebird, PostgreSQL, ...

book about data structures and algorithms: http://www.amazon.com/Structures-Alg.../dp/0201000237
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 10-22-08, 01:16
jezemine jezemine is offline
another indirection layer
 
Join Date: May 2004
Location: Seattle
Posts: 1,312
the data structure that is used by SQL Server is called a B-tree. other DBMS use other data structures.

http://en.wikipedia.org/wiki/B-tree
__________________
elsasoft.org
Reply With Quote
  #4 (permalink)  
Old 10-23-08, 14:14
Thrasymachus Thrasymachus is offline
SQL Server Street Fighter
 
Join Date: Nov 2004
Location: Down The Rabbit Hole
Posts: 7,979
when you find someone with deep knowledge, please let me know. everyone I know is a hack.
__________________
software development is where smart people go to waste their lives
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