473,385 Members | 1,325 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Regarding Database Design

Hello,
Me and my team get indulged in developing web based help desk tool.For that we have analyzed so many product for feature identification.Still a doubt is unsolved .

My doubt
-----------
if a company 'A' subscribe a help desk tool for 10 users for 1 year and other company
'B' subscribe the same help desk for 10 users for 1 year. In this scenario how the Product development company designed its database to serve.

Our thought
--------------
We tried to handle separate schema for every company (Group of users) .In the above scenario our plan is to handle two schema one for company 'A' and other for company 'B'. We tried this using hibernate, still we can't achieve the result.

Request
----------
What is the feasible way to handle database in such scenario.In the online market so many products are web based .Actually how they are having their database.
Dec 27 '07 #1
2 1368
debasisdas
8,127 Expert 4TB
Creating separate schema for individual users is not at a solution.
As the number of company increses how many schemas you will create.

You need to store the comanyname in a master table and store the corresponding usernames in a detailed table.
Dec 28 '07 #2
MMcCarthy
14,534 Expert Mod 8TB
Have a look at this tutorial on database design.

Database Normalization and Table structures
Dec 29 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Don Vaillancourt | last post by:
Hello all, Over the years as I design more database schemas the more I come up with patterns in database design. The more patterns I recognize the more I want to try to design some kind of...
2
by: lkrubner | last post by:
We are again going to try to do a public beta test of the PHP/MySql stuff we've been working on. We are looking for all kinds of criticism. We put a site up here: ...
2
by: kanchan | last post by:
Hi, I know SQL, but I would like to know what is constraint database & MLPQ/PReSTO? What is the relation of constraint database with MLPQ/PReSTO. Thanks Kanchan
4
by: NWx | last post by:
Hi, I develop an ASP.NET app which should be used from Internet, so I don't have control over what browsers will be used. I don't want to target every possible users, so I don't really mind is...
0
by: =?Utf-8?B?Um9iZXJ0IENoYXBtYW4=?= | last post by:
Hi, I am designing a ASP.NET 2.0 front end for an activity based costing model and am interested in getting some general guidance on what design route to take. I can work out the specifics but...
10
by: Rob | last post by:
I am reading a book that says that the "name" property can be altered only at design time and cannot be modified at runtime. Please explain this given the code below... If you click Button3......
2
by: somasekhar2005 | last post by:
hi , i need guidence to design database in Ms-Access. because i was new Ms-Access. Can any one send me some sample user requirements documentation in database. thanks, regards, sekhar
1
by: bg_ie | last post by:
I'm designing a database with 3 tables called Function, Test and Scene. A Function has multiple Tests, but a Test has only one Function. A many to many relationship exists between Test and Scene...
0
by: Laurynn | last post by:
# (ebook - pdf) - programming - mysql - php database applicati # (Ebook - Pdf)Learnkey How To Design A Database - Sql And Crystal Report # (ebook-pdf) E F Codd - Extending the Database Relational...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.