GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   MySQL question: What's the difference between tables & databases? (https://gfy.com/showthread.php?t=362109)

http 09-25-2004 08:27 PM

MySQL question: What's the difference between tables & databases?
 
I have about 5 tables for use within the same project. They are all related and I will probably use them all at once


Do I create 5 databases or 1 database with 5 tables in there?

What are the pros/cons ?

JSA Matt 09-25-2004 08:28 PM

One database can store as many tables as you need. Using multiple databases can be very consuming on system resources depending on the scripts of course.

woj 09-25-2004 08:29 PM

you should use one database with 5 tables...

pornguy 09-25-2004 08:31 PM

Or just try a new career.


If nothing else, try using google to learn some of this.

stocktrader23 09-25-2004 08:32 PM

Yes use google. Please don't ask webmaster questions on a webmaster board. This place exists for posting pics and fake drama only.

http 09-25-2004 08:36 PM

Thanks guys




Pornguy: blow me

chupachups 09-25-2004 08:37 PM

Quote:

Originally posted by stocktrader23
Yes use google. Please don't ask webmaster questions on a webmaster board. This place exists for posting pics and fake drama only.
What he said :1orglaugh

budz 09-25-2004 08:54 PM

Quote:

Originally posted by stocktrader23
Yes use google. Please don't ask webmaster questions on a webmaster board. This place exists for posting pics and fake drama only.

I agree :1orglaugh

mikesouth 09-25-2004 09:04 PM

some additional help for ya....

databases consist of tables (also called relations)

tables consist of rows (also called tuples..from tuple relational calc)

rows consist of columns also called attributes

the rules for what to put where can be found in normal forms, if you do it right and use 3rd normal form your database will hold up and be expandable with relative ease.

Do it wrong and you will find yourself having to redo it a lot sonner than you think.


you can google normal forms and SQL and get the info you need...its way beyond the scope of what I can provide here.


All times are GMT -7. The time now is 12:46 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123