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 > Database Server Software > MySQL > hmm dont know the category of my problem. please help.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-18-05, 20:11
downwiz2 downwiz2 is offline
Registered User
 
Join Date: Dec 2005
Posts: 3
hmm dont know the category of my problem. please help.

Hi,

Im fairly new to MySQL, everythings running and good,

but is it possible to create a database within a database? sort of like a subdatabase?


What im intending to do, is be able to have a database of all the states in United States, and each state holding various other data. (ie. list of stadiums)

So when a user clicks on lets say Arizona, my web page will display more data.

Is this possible in MySQL?

thank you.
Reply With Quote
  #2 (permalink)  
Old 12-18-05, 22:38
jfulton jfulton is offline
Registered User
 
Join Date: Apr 2005
Location: Baltimore, MD
Posts: 297
A database is basically a collection of tables and each table is a collection of data organized and sorted however you design it. Chances are that you want to only create one database with lots of different tables to store your information. For simple web applications (or most simple applications) you will only need to set up one database. There are times when multiple databases are better or required, but it depends on the situation.

If you need help designing your database, check out the SQL forum.

(Oh, and to answer your question, there is no such thing as a sub-database.)
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