Tagged Questions
0
votes
0answers
10 views
Is comma separated value substitue for dynamically changing columns?
Requiremnt: A set of data which contains decimal numbers to be inserted in db. The total number of values in this set can vary from 12 to 288.
These data are used just for calculation which will be ...
1
vote
1answer
14 views
Cycle in ER diagram: Bad design? BCNF?
I want to model linguistic syntax trees in my database. In my design, a syntax tree consists of inner nodes and terminal nodes; both types of nodes are weak entity types that are identified by the ...
0
votes
1answer
23 views
Replicating data table structure vs using one structure
Scenario:-
A company will have many branches and there will be many companies registering to the system.
The table structure for a branch will be the same for all companies.
Question:-
Is it ...
0
votes
1answer
37 views
My Database Design Flaw…Explain a better way PLEASE… ((Correct Way))
First lets start off with I am writing a program in VB.net and have a database set up and everything works fine as of now. The program is user based and requires the user to log into the program and ...
1
vote
1answer
33 views
Entity Framework / Database - Archiving Foreign Key Records
I've developed an application for a client with the following relationship:
A SalesOrder has a foreign key relationship to a Customer (one-to-one).
The client now wants to be able to delete ...
-4
votes
0answers
22 views
Estimate size of data warehouse [closed]
A retail stores chain have stored their sales information in the form of a star schema as follows
Item Dimension : item_key(int), item_name(30 char), brand(10 char), type(1 char),supplier_type(1 ...
0
votes
1answer
43 views
Changes (subtle or not) in a database schema that break applications [closed]
Besides the obvious, removing a column, renaming a column/table, dropping a table/schema what would be a list of changes in a database schema that could potentially break applications using it?
Would ...
0
votes
4answers
103 views
Problems on using same field names in different tables, specially ID
I am developing a big data base, and from this situation I decided to think always twice at least on making decisions about the table and field layouts. My highest concern is about the primary keys.
...
0
votes
2answers
28 views
Foreign key to the same table in EF - Getting an error
Basically I got the following table:
[Table("UserProfile")]
public class UserProfile
{
[Key]
[DatabaseGeneratedAttribute(DatabaseGeneratedOption.Identity)]
public int UserId { get; ...
0
votes
0answers
8 views
How to capture Username from openid?
I'm trying to use openid with mvc/razor application.
I use single table for both registration(login created in the website) and login with openid.
What are the fields does a openid return when I Login ...
0
votes
1answer
71 views
Adding columns to database table dynamically?
I'm using Java EE, Oracle db and JPA:
I need to create a common table in oracle. It can be edited using an ui, for example:
id|tax1|tax2|tax3
------------------
1 | 5 | 16| 9
2 | 7 | 1 | 8
...
2
votes
4answers
71 views
Dynamic input to database
I'm working on an app that lets a user create projects custom to the users needs, the project is basically a form that can be submitted by another user.
I want to allow the user to dynamically create ...
0
votes
2answers
26 views
How to get a way to distinguish the queries with union
I am creating a blog in php/mysql where the user can post text or image.
If it's a text, then it has an url like this: www.example.com/text.php?id=...
If it's a image, then it has an url like this: ...
1
vote
2answers
35 views
mysql/RoR database design
Is it ok for a table to have two of the same foreign keys as columns?
I.e I have two tables, one is Country, the other is City. In the Country table:
COUNTRY
--------------
id
name
capitalcity ...
0
votes
0answers
15 views
Which is the redundant relationship in this ER Diagram and why? [migrated]
Which is the redundant relationship in this ER Diagram and why? A few of my friends and I have been trying to figure it out but keep going in circles.
where the attributes of each entity are as ...
0
votes
2answers
41 views
Sending notification emails based on each db record timestamp
I have a db of "event" (a conference, birthday party etc.) records, and each event has an endTime field. After an event ends, I'd like to send out 2-3 emails for each past event.
Right now, I run an ...
0
votes
1answer
44 views
Database Table structure for search engine for my website
I am trying to make a search engine for my website. How should I design the table which keeps the list of indexed words.
Earlier I thought something like this:
Table: tbl_indexedwords has 2 columns ...
0
votes
1answer
19 views
Inheritance and special types in Database design
So I'm currently building an application that manages items which are closely related - sort of like an inventory for a store, e.g. hammer, nails, saw, etc. I have a table named lets say, items, that ...
-1
votes
0answers
20 views
What language should I use to build a robust and scalable cloud based database and mobile platform?
I am a newbie when it comes to programming. As a learning experience I am planning on taking up the task to build a database that can implement SQL commands with a GUI. Currently what we have is based ...
0
votes
0answers
18 views
database table access from two difference parts
We have an in house standalone application which will not connect to the internet and not a client-server type. We have no plan to use any application server for now.
There are two components, one ...
0
votes
2answers
31 views
Storing a summed value in a field vs. sum() on table (MYSQL)
I'm wondering about the pros and cons of storing summed values in a field vs. performing a sum() operation on a separate table. An example would be retrieving a list of items along with the number of ...
1
vote
2answers
46 views
Table in Database, where the combination of two is unique but either of them isn't
I am just learning programming and I am not really good at databases. I am trying to make a University Management Website.
So I have to make a table with columns - teacher, class, period, day. If ...
1
vote
2answers
57 views
DB Schema for Dynamic Categories
Added Update #1. Please check at the end of the question. Thanks.
Friends,
I am designing a Product Listing with categories and filters tied to the categories. I currently have a database schema ...
0
votes
1answer
24 views
Ecommerce, storing ordered products with product options
I'm trying to settle on the best way to store an order within the database.
Each product can be configured, and not all options are the same. For example:
Product A
Size: small, medium, large
...
-4
votes
1answer
28 views
How should I go about database architecture for my website [closed]
I am trying to make a website for my families antique store (for showings and appraisals). The website is for booking appointments. I understand that there is software out there for this, but I want ...
0
votes
1answer
47 views
What are the efficient ways of storing a lot of time series in a database?
I need to store a bunch of time series in a database but I'm concerned about both the size and the processing time.
To reduce size I've already used, in another project, zipped/JSON to store a whole ...
0
votes
1answer
12 views
ActiveRecord Association for Grades App
A bit hard to explain with a title.
I am making a test grades app with Ruby on Rails, and can't figure out the best ActiveRecord Association setup.
Ideally: there are many Users, and there are ...
0
votes
2answers
35 views
Database schema for multiple choice Trivia game
I'm trying to determine the most efficient db schema for a multiple choice trivia game. I have the questions and answers in a spreadsheet with the columns, 'question_id', 'level', 'question', ...
0
votes
2answers
32 views
what is different between database clustering and database partitioning
I would like to know what is different between database clustering and database partitioning?
As i know there are two types called attributes or record clustering sometimes called partitioning ...
0
votes
3answers
80 views
Storing many to many relationship objects in a column on database
I have an object called listings, and a listing can have a number of amenities (compare this to post, tags model). It's a sort of has/doesn't have relationship.
So I have an amenities table which ...
2
votes
1answer
41 views
Calculate candidate keys given functional dependencies
I have a relation with the following functional dependencies :
A -> B
AC -> D
EF -> AG
AG -> H
the couple (EG) is unique.
I want to calculate the candidate keys, should i add a ...
1
vote
2answers
31 views
What normal form are the this relation in? Am I right?
-
R(a, b, c, d)
Functional dependencies: None
I think it is 0NF, because there are no functional dependencies.
R(a, b, c, d)
Functional dependencies: b->d AND a,b->c
This should be ...
0
votes
2answers
46 views
A better database model for holding postage prices
I wanted to create a Postage_costs table to hold postages costs, each postage_cost has a name, e.g Large Item, which has different costs(standard price and express postage price) depending on ...
1
vote
1answer
27 views
Entity Arrangement in ERD
While studying database systems, I ran into a hypothetical relational database comprised of the entities: STUDENT, PROFESSOR, COURSE, CLASS and ROOM.
The book's author specifies their relationships ...
0
votes
3answers
26 views
Securely store data for multiple party's in a single table
I'm certainly no DBA and only a beginner when it comes to software development, so any help is appreciated. What is the most secure structure for storing the data from multiple parties in one ...
2
votes
2answers
50 views
MySql retrieve products and prices
I would like to retrieve a list of all the products, with their associated prices for a given period.
The Product table:
Id
Name
Description
The Price table:
Id
Product_id
Name
Amount
Start
End
...
1
vote
1answer
64 views
Customers, Suppliers and their Employees
I'm designing a marketplace where customer can order products from suppliers. I need help in defining the database scheme.
I have two types of companies: Customers and Suppliers. Suppliers can have ...
0
votes
1answer
36 views
Front end solution for a growing business
I work for a workers comp insurance provider. About 10 years ago, the company probably had 20-30 employees. Around that time, they built a bunch of databases using ms access because it was quick and ...
-1
votes
1answer
14 views
What is a code page and what is it's purpose?
I was reading up on database optimization and the differences between certain data types and came along some discussion about code pages. I couldn't find an easy to grasp explanation. What is a code ...
1
vote
1answer
54 views
How to insert many entries in one database field
I have a Java webproject with servlets, jsp, java and so on. There I have many projects inside, which I can choose in a combobox like this:
Project [Combobox]
Priority[Combobox] ...
1
vote
1answer
36 views
What's the best pattern in data modeling for relating real people to app users?
This is a design question.
I need to come up with a Data Model for a small app and I'm looking for the best approach.
A simplified version of the business I'm trying to model has the following ...
1
vote
2answers
35 views
User owns/manages other users
I have table Users with ID, username, password & type columns. I'd like to add hierarchy by making a regular user, a superuser who can manage a few regular users. It's only 2 level.
Should I add a ...
1
vote
1answer
40 views
why do we need weak entity instead of making it strong entity?
For example, I have 2 entities: book and copy with 1-n relationship as a book can have many its copies.
if copy is a strong entity,
book(PK_ISBN#, title, edition, date)
copy(PK_copy#, condition, ...
0
votes
3answers
35 views
DataBase design: one to many database?
I am very new to database designing.
I have a doubt. The question is very basic. But please help me out. i will try to expain it through an example.
Suppose, I got books in one table and their ...
1
vote
2answers
37 views
Datastructure for creating indexes in database
Can HashTables be used to create indexes in databases? What is the ideal Data structure to create indexes?
If a table has has a foreign key referencing a field in other database does will it help if ...
0
votes
1answer
35 views
How to design a database for translation dictionary?
I have database with words and phrases from for exp. English to 15 other languages, and also for every language in that list to other 15. For one pair they are sort for now in one table like this (en ...
0
votes
0answers
12 views
How to map one column to several tables in Hibernate?
For supporting several international languages in our system, we want to store string's real content of all tables to another table 't_vocabulary', yes, this is one-to-many case in hibernate ORM, and ...
0
votes
2answers
45 views
Best practice in Domain Object / Data Model to hold an order/application request and its end-product(License)
I am designing a Domain Object model for an application. Need a suggestion on a scenario.
Use case Assumption : Say the user can submit an 'Application Form' requesting a permit or license for a set ...
1
vote
5answers
73 views
How do I properly design a database schema for this scenario
Suppose I owned a business that sold cars and motorcycles. I want to track data on each. My company provides a free warranty for every car, but we do not even offer warranties on motorcycles. ...
0
votes
2answers
40 views
Normalizing a Data Dictionary
I'm creating a data dictionary for an organization which pulls together fields found in many different sources and defines them. I have all the data in another Access database, but it is a relational ...
