&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
database relational-database
0
votes
3
answers
37
views
What is the most efficient way to search rows in a table based on metadata stored in another table?
Consider these two tables stored in a MySQL database. The first stores a list of movies and the second stores metadata about each movie. Rather than…
mysql
sql
database
relational-database
asked
June 16, 2011 3:57 pm CDT
mcarpenter
0
votes
1
answer
30
views
Good table structure for collaborative article editor
I have an app that will allow an admin to upload an article and share it with many users to edit it. The article is then broken down into sentences…
mysql
database
database-design
relational-database
asked
June 14, 2011 11:27 pm CDT
samxli
0
votes
2
answers
34
views
Mysql:Relational database , a How to ?
I have 2 tables. 1st,cardb ID,car,engine,gear 2nd,labels ID,label,value what i need to do is, say for this record cardb:1,punto,3500cc,auto if i…
php
mysql
database
relational-database
asked
June 9, 2011 4:15 pm CDT
Momen M El Zalabany
0
votes
4
answers
34
views
How to get adjacent records?
Not sure if this is possible (or worthwhile to do) in pure SQL, but I'll ask anyway. Let's say I have a bunch of numbered records in my database…
mysql
sql
database
relational-database
asked
May 31, 2011 6:19 pm CDT
Mark
0
votes
1
answer
24
views
Database Design - Linking student to teacher
Hi. Still working on a web application as a school project, and it just seems to keep expanding. I have to add a layer for teachers so they can…
mysql
database
database-design
relational-database
asked
May 14, 2011 12:34 pm CDT
cabaret
0
votes
1
answers
30
views
How to retrieve data from multi-valued attributes in a relational database?
Hi everyone! Following is my database with 4 tables(Student, Course, Module, Instructor). And I wan to know whether this database is correct or not…
php
mysql
database
database-design
relational-database
asked
May 14, 2011 10:57 am CDT
Himalay
0
votes
1
answer
41
views
One-to-many relationship?
hi if i have a relation like that: 1 - 0..1 , it is considered a one-to-many? the only options that i have in mysql workbench are: 1:1, 1:n, n:n...…
mysql
database
database-design
relational-database
asked
May 4, 2011 1:27 pm CDT
user455318
2
votes
3
answers
40
views
Representing Number Ranges in a Relational Database (MySQL)
I'm trying to understand if there are any standard best practice approaches for modelling number ranges in a Relational Database (In this case…
mysql
sql
database
database-design
relational-database
asked
May 3, 2011 6:40 am CDT
Nick Long
1
vote
3
answers
70
views
What are the pros and cons of using inheritance in a database
Hi, I am designing a database in Postgresql. I would like to know what are the pros and cons of using inheritance. I would also like to know the…
database
database-design
postgresql
inheritance
relational-database
asked
April 27, 2011 7:59 pm CDT
Tahir
0
votes
0
answers
34
views
Consolidating related tables to avoid join statements and tedious updates
I have 3 MySQL tables for storing user details for a membership system. The tables are not directly related to each other, but are strictly related…
mysql
database
database-design
relational-database
asked
April 27, 2011 4:20 pm CDT
Madmartigan
1
vote
1
answer
40
views
Relate two tables in mysql
hi. 1-in mysql there is another way to relate tables without the foreign key?the relation parent-child or generalization only can be made by foreign…
mysql
database
database-design
foreign-keys
relational-database
asked
April 27, 2011 12:14 pm CDT
Wire Creation
0
votes
2
answers
36
views
Audit logging for products data?
When the staff change the information of product name, option name or prices. It should insert the data into history log and who done it. items…
mysql
database
database-design
ecommerce
relational-database
asked
April 24, 2011 6:27 pm CDT
user622378
2
votes
4
answers
35
views
Is it safe to have "relational database?"
I just want to know if it's safe to have two databases that are relational to one another, rather then the tables inside the database being…
mysql
sql
database
relational-database
asked
April 24, 2011 11:05 am CDT
Dennis Martinez
0
votes
6
answers
43
views
MySQL query, MAX() + GROUP BY
Hi folks, Daft SQL question. I have a table like so ('pid' is auto-increment primary col) pid | cost | timestamp | rid…
mysql
sql
database
database-queries
relational-database
asked
April 13, 2011 8:02 pm CDT
codinghands
1
vote
3
answers
33
views
MySQL Database column having multiple values
Hi, I had a question about whether or not my implementation idea is easy to work with/write queries for. I currently have a database with multiple…
mysql
database
relational-database
asked
April 11, 2011 9:59 pm CDT
Ryan Matthew
3
votes
3
answers
30
views
Ruby style relational tables in PHP
I know ruby (on rails) uses lots of "magic", but I use PHP, is there not a way of implementing the rails-like: class Player < ActiveRecord::Base…
php
mysql
ruby
database
relational-database
asked
March 31, 2011 9:48 am CDT
Christopher
0
votes
0
answers
49
views
Attaining Yelp.com type category structure using MySQL
Ok MySQL is the only option...I know there are better ways of accomplishing what I am asking with other DB platforms but that is not the nature of…
mysql
database
database-design
relational-database
asked
March 20, 2011 9:14 am CDT
swisscheese
0
votes
2
answers
58
views
Hierarchical Data - Nested Set Model: MySql
I am just learning how to implement the Nested Set Model but still have confusion with a certain aspect of it involving items that may be part of…
mysql
database
database-design
relational-database
database-schema
asked
March 20, 2011 6:51 am CDT
swisscheese
0
votes
1
answers
35
views
Free GUI query tool + relationship diagram ?
I've seen some of GUI tools for database query needs like aquadata studio(the old free version), pgadmin, squirelsql. Correct me if im wrong, but…
database
postgresql
relational-database
diagram
foreign-key-relationship
asked
March 18, 2011 4:54 am CDT
Albert Kam
0
votes
1
answers
73
views
Feasible way to do automated performance testing on various database technologies?
A lot of guys on this site state that: "Optimizing something for performance is the root of all evil". My problem now is that I have a lot of…
database
performance
postgresql
relational-database
asked
March 4, 2011 7:29 am CST
David
Pages
:
1
|
2
>
31
database relational-database
Tagged:
database + relational-database
Related Tags
mysql
× 66
database
× 31
database-design
× 27
sql
× 19
postgresql
× 12
php
× 11
nosql
× 6
sqlite
× 5
mongodb
× 5
join
× 4
sql-server
× 3
foreign-keys
× 3
oracle
× 3
query
× 3
foreign-key-relationship
× 3
activerecord
× 2
performance
× 2
entity-relationship
× 2
hadoop
× 2
document-database
× 2
codeigniter
× 2
database-queries
× 2
non-relational-database
× 2
cakephp
× 2
many-to-many
× 2
ecommerce
× 1
data-structures
× 1
efficiency
× 1
tags
× 1
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy