View Single Post
Old Aug 21st, 2007, 7:54 PM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
It isn't, particularly. Suppose, however, that you had all the user information (name, address, etc.) in one table and the password and security question/answer in another table. The efficient link would be via key. Joe Blow has the key 10001 in the user table and Joe Blow's password record has the key 10001 in the passwords table.

You will be more efficient if you learn databases via tutorial material (books, etc.) than if you learn them by inspecting existing databases.

Start with relational databases and don't forget to check out normalization.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote