Ask a Question related to Coldfusion Database Access, Design and Development.
-
Kineard #1
Basic DB Logic Question
I am trying to write what I think is a pretty basic script.
The coding would be a bit like hot scripts; basically a review system.
I am having problems from the get go with designing the database.
It would look something like this
Genre Table
PK_Genre
FK_URL_ID
URL_Info Table
PK_URL_ID
Site_Name
Site_Address
Site_Description Table
PK_Site_Description_ID
FK_URL_ID
Site_Description
Tag_Line
Site_Review Table
PK_Site_Review_ID
FK_URL_ID
Reviews
Number_Of_Votes
Total_Of_Votes
Rating
Now my question is how does MySQL or any other database know how to relate
thinks together.
Example: I want a Genre to be assigned to a Site_Name.
I am also thinking I have my Rating logic messed up.
Thanks for any help.
Kineard Guest
-
Navigation Logic Question
>>>Newbie Alert <<< I'm building a website using Director. I have the typical nav buttons along the side that point to each "page" of the site.... -
Question about logic related to a range of numbers
I've been working on a script to parse IP addresses for a web reporting system and found an oddity I can't explain. This is probably somethign... -
Perl Project Logic Question
Hi, I'm contemplating improving my "Name That Flick" feature, and was wondering if this is the right logic for what I should be doing. Name... -
Basic question b/w ASP & ASP .NET
I would like to know what is the basic difference between ASP and ASP .NET VB AND VB .NET ADO and ADO .NET look forward to your responses -
Program Logic Question
Hello All, I have written a little VB program to send packets of data to my web server every 5 seconds in the form of a small csv file. The idea... -
Dan Bracuk #2
Re: Basic DB Logic Question
The answer to:
"how does MySQL or any other database know how to relate thinks together."
is, "you tell it".
If you are going to design databases, learn the fundamentals of data
modelling. Understand the concept of primary and foreign keys.
Dan Bracuk Guest
-
Kronin555 #3
Re: Basic DB Logic Question
Here's a good tutorial to get you started. Once you work through it, if you have questions, feel free to post back.
[url]http://www.geekgirls.com/menu_databases.htm[/url]
Kronin555 Guest



Reply With Quote

