0
votes
1answer
30 views

MYSQL table in table

I want to make a database that tracks the activity of members, so adds all the stuff they do. But to do that I think that I need a nested table, as the first would contain the user and his info and ...
3
votes
0answers
95 views

Database design to store and evaluate rules expression

I have a scenario where I need to assign some Items to a Guest. GuestTable has columns like 1. Guest ID 2. GuestType 3. Age 4. Height 5. Gender ItemTable has columns like 1. ItemID 2. Item Name ...
0
votes
1answer
115 views

ER Diagrams - Can a relationship have a multi-valued attribute?

As title; are multivalued attributes allowed on a relationship? For example, I want to create 2 entities - landlord and tenant. I want to add a multivalued attribute, 'Contract', to the 'Rents_to' ...
1
vote
1answer
28 views

Related items - make two way correlation between records

I'm using a MySql database, where I have a table called books. I would like to implement a system by which the user can relate two items, so that when viewing one, it appears a link to the other. My ...
3
votes
3answers
118 views

Database Schema for User Tagging using Nested Set/Adjacency List

I have seen many posts on building database schemas for object tagging (such as dlamblin's post and Artilheiro's post as well). What I cannot seem to find in my many days of research is the schema ...
0
votes
2answers
94 views

Implementing an Aliases table (self-referencing many-to-many)

I am trying to model an Alias relationship. That is, several records in my person table may represent the same actual person. I don't care who the "Primary" person is. All Person records would ...
5
votes
4answers
378 views

What is the best way to model an organization using people, positions and teams when people have multiple jobs? [closed]

I have an interesting modeling problem. I am trying generate an org chart on a website (the backend is C# / SQL server and the frontend is javascript / google orgchart API, but the crux of the ...
0
votes
1answer
66 views

Triggers or T-SQL?

I am trying to make notification system for my website: This is the table structure notification ----------------- id (pk) userid notification_type (for complexity like notifications for pictures, ...
0
votes
2answers
86 views

Rails need to make this data model better

I'm trying to create a data model for a rails app. Basically I have a locations table that contains records for four different locations. I'm trying to create timeslots for each location for every ...
2
votes
1answer
128 views

MongoDB data modelling: any drawbacks in using lots of databases?

I have recently moved to MongoDB part of the back-end of a web app, the web app itself is a validation tool, and the workflow looks like: the user uploads a file (typically hundreds of thousands of ...
0
votes
2answers
71 views

Неlр tо dеsign dаtаbаsе tаblе struсturе

I'm writing application using relational database. I have entity of document that have to be persist in the database. The document is simply large table with many rows and columns: But problem is ...
0
votes
1answer
127 views

Oracle Table structure

I have a table in Oracle Database which has 60 columns. Following is the table structure. ID NAME TIMESTAMP PROERTY1 ...... PROPERTY60 This table will have many rows. the size of the table will ...
0
votes
2answers
64 views

What dw model is appropriate when there's no measure?

All the demos out there use a sales/order model as a measure in their examples. But my db is not transactional. It's a customer-centric model where there is one table for the customer which is joined ...
0
votes
1answer
281 views

Visio - IDEF1X Data Modeling - How to set Alternate Keys

Can anyone help me in defining Alternate Keys in Visio 2010 for IDEF1X?
5
votes
3answers
80 views

What is wrong with this data structure?

I have been asked to describe what it wrong with this data structure, and how I would improve it. Here is the data structure: Here is what I have so far: The Car price is set only if the car is ...
0
votes
1answer
38 views

How to model linked accounts like this in MongoDb?

My application has both facebook and twitter users. Now users can merge two accounts together which means they can login with either facebook or twitter account. Right now, I have a model like this. ...
0
votes
2answers
73 views

About SQL and complexity

I've created a SQL table with a field X and a field DATE. I would like to compute the sum of X where DATE < d. I've two possibilities : Create a new field, "sum of X", which represents the sum of ...
0
votes
0answers
35 views

IBM Infosphere Data Architect or Data Modeler, possible to diff two logical- or physical models, or DDL:s?

We have one production SVN branch with our IBM DB2 physical and logical models, as well as their corresponding generated DDL scripts. This schema is in production. We then have another SVN branch ...
0
votes
0answers
95 views

How to design many to many complex relationships

I am designing a mysql database but I do not know exactly how to express some concepts. Basically, the key facts are: Each license_owner may allow different roles; Each corrispondence between role ...
-1
votes
3answers
59 views

Are there significant cons to deeply nested types in DB columns? [closed]

I'm trying to evaluate the pros and cons of structuring my data model in various ways, and I'd like to know if I'd be shooting myself in the foot by stuffing rather complex nested data types into ...
0
votes
2answers
56 views

SQL How to structure this particular db schema

I have two tables. User_types (1)individual (2)business (3)student Relationship_cat cat_id cat_name user_id user_type First with Relationship_cat, i want an entry to look like this ...
2
votes
2answers
161 views

problems arise when designing database for fashion online shop

I designed my database for customers, products, and orders... I came up with 5 tables: 1. customers customer_id email password first_name last_name registration_date 2. products product_id ...
0
votes
1answer
88 views

What are the pros and cons of mixing data with metadata?

Let's say I have a table such as: CREATE TABLE t1 ( col1 int, col2 int ); and a "metadata table" classifying these attributes: CREATE TABLE t2 ( attribute varchar, description varchar ); ...
-2
votes
3answers
114 views

Need advice on SQL philosophy

Before I go asking more questions about the coding, I'd like to first figure out the best method for me to follow for making my database. I'm running into a problem with how I should go about ...
1
vote
2answers
165 views

Database Mapping - Multiple Foreign Keys

I want to make sure this is the best way to handle a certain scenario. Let's say I have three main tables I will keep them generic. They all have primary keys and they all are independent tables ...
0
votes
0answers
23 views

script-driven database modelling tool

I am looking for a database modelling tool (for PostgreSQL preferably) where the generation of the SQL DDL file can be accomplished in a headless / scripted way. That would allow me to place the ...
2
votes
3answers
484 views

News database design

I am making a news website but I want to let the user insert statuses from Facebook. The user can put the status anywhere in the news while writing it. I want to display the news as it's inserted. ...
1
vote
0answers
143 views

Database design in Enterprise Data Warehouse [closed]

I am facing with a challenging problem in database design for a data warehouse have to be realized with 3 layers: staging (STG) datawarehouse (EDW) datamarts (DMA). Let's image to do it for a ...
1
vote
0answers
276 views

ERWIN create and use database

Im trying to generate physical database from my logical model using ERWIN 7. All is well in the script that is generated automatically, there is only the problem that the model is created in the ...
0
votes
1answer
99 views

Product ID with different expiration date

Right now I'm creating an application to manage the inventory. We receive products very often and usually they have different expiration date or price. Example: RECEIPT PROVIDER PRODUCT ...
2
votes
2answers
160 views

store and query json in mysql table

I am trying to avoid anti-pattern in project where I must allow users to create, modify and delete table fields. So I am looking for storing JSON data in table. For example I have table products: ...
1
vote
1answer
392 views

Can only one foreign key reference a primary key?

When creating a table and a database in do the foreign keys need to be unique? For example Table: Manifest Manifest_Barcode - PK Vehicle_reg - FK weight description Table: Vehicle vechicle_reg - ...
2
votes
3answers
320 views

Foreign key on a non-unique index? (oracle)

I'm trying to create a constraint on table A to check if a set of records exists in a table B. I could use a foreign key, but the problem is that the data in the table B is non-unique. Is there a way ...
-3
votes
1answer
375 views

difference between Surrogate key,Synthetic Key, Artificial key [closed]

Is there any difference in Surrogate Key, Synthetic Key and Artificial Key ? I didn't get the exact difference.
1
vote
1answer
854 views

Draw Many to Many Relationship in ERD

Many to many relationships should have a solid line, strong relationship. In the given diagram, ther right side sample is surely incorrect, the relationship line show be solid. However, what is the ...
2
votes
3answers
510 views

Surrogate key for date dimension?

There are 2 schools of thought: Use a surrogate key, preferably in the format: YYYYMMDD as this will always be sequential. Eliminate the Date dimension surrogate key and use actual date instead. ...
0
votes
1answer
63 views

Data Modeling for Ordering A “Package of Packages” filled with Items

Imagine an ecommerce platform that works as follows: A Package, consists of a mixture of Items and other Packages. An Order consists of a mixture of Items and Packages. A user can select some ...
1
vote
2answers
131 views

How to manage key-value pairs storage when the value can be of several different types?

Let's say I've got n properties (pairs key-value) that are either dates, numbers or strings. Which data model is the most efficient to store them? Here is a solution I thought about: Each row of ...
1
vote
1answer
120 views

Designing a user authenication (Roles & Rights) module

I am trying to model a User Authentication module for a MS SQL Server database that will be the back end to a Delphi UI Application. Basically, I want to have user accounts where the user belongs to ...
0
votes
1answer
1k views

Top-down vs. Bottom-up database design: Real world examples

Ok, I can find hundreds of references on the internet of the difference between top-down database design vs bottom up database design approaches, however, I can't seeem to find any real world ...
0
votes
3answers
63 views

Designing a database without knowing the details of the data? [closed]

Are there cases where database designers are not allowed to know the details of the data? I am looking for real-world examples to learn from — please.
0
votes
2answers
241 views

foreign keys not created in many to many case rails3 - create “key” instead “foreign key”

I want create foreign keys, but i fails to create them (foreign keys for teacher_id, course_id) . Please see the code - what should i change to produce foreign keys? The case app = school Steps: ...
0
votes
1answer
90 views

mysql: How can I avoid saving the same data twice?

I made a voting system and recorded votes in vote table as a row like this: post_id | user_id | votes | date Then, I add this vote to user-meta table which has a structure like this: user_id | ...
0
votes
2answers
100 views

Grails Data Modelling dilemma

I'm hoping someone can help me decide the best way to model this design for what sounds like should be a simple use case. I have a Client domain class. I have a Person command object and a Firm ...
0
votes
1answer
113 views

Data Model for addresses with varying number of address lines

My question: How would I implement a database design on the back-end and the front-end to accommodate a varying number of address lines such as AddressLine1, AddressLine2, AddressLine3, etc. into ...
0
votes
1answer
50 views

Which is the best way to have 35 odd columns in a database table?

I have a requirement that I need to have 35 days data needs to be stored in a db table. The data is used only for calculation and not for any retrieval (not used in select query where clause). Is ...
0
votes
1answer
140 views

Parent and child entities in one to one relationships

The entity which participates in the 1:0+ relationship is the parent entity. Is that correct? Update:
3
votes
3answers
407 views

Snowflake schema: fact table with foreign key to a sub dimension?

Using the snowflake schema image from wikipedia: http://en.wikipedia.org/wiki/File:Snowflake-schema-example.png Would it ever make sense to have a "Brand_Id" foreign key in Fact_Sales as you do in ...
1
vote
0answers
123 views

Model/Specification describing a key-value database

I am looking for a formal/semi-formal way to describe the model of a database using a key-value approach (e.g. Redis). I guess it all comes down to describing the naming scheme (what to expect for ...
0
votes
2answers
76 views

What are some solutions for altering a table's column for storing multiple values?

We have a table: message ( `id` INT(11) NOT NULL AUTO_INCREMENT, `subject` VARCHAR(255) NOT NULL DEFAULT '', `message` TEXT NOT NULL, `attachment` VARCHAR(255) NULL DEFAULT NULL, `new` TINYINT(4) NOT ...

1 2 3 4 5 8