Jump to content

Efficient Databasing


stuart7398

Recommended Posts

Hi.

I am learning to understand MySql, and how to run an efficient Database.

 

Tell me if I am wrong, or on the right track?

 

I have a

Database,

Then I have a

Table within this Database.

This Database then Joins to other Tables with different Data, within the same Database.

 

OR

Do I set up individual Databases and link to these individual Databases to extract Data?

 

There will be 30 colunms with little data  such as 'name' 'location'

3 images

1 description area with around 300 words.

 

 

Your help is appreciated.

 

Thanks,

Stuart.

 

 

 

Link to comment
Share on other sites

I think your choice of terms between "table" and "database" may not be clear. Typically speaking, a given application will be run from a single database with multiple tables. Your tables need to be normalized as much as possible, which will then require joining tables to gather your data.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.