Click here to Skip to main content
16,005,734 members
Home / Discussions / Database
   

Database

 
GeneralRe: Further Help with Select Required Please Pin
Luc Pattyn23-Nov-10 13:37
sitebuilderLuc Pattyn23-Nov-10 13:37 
GeneralRe: Further Help with Select Required Please Pin
djhankypark23-Nov-10 14:17
djhankypark23-Nov-10 14:17 
AnswerRe: Further Help with Select Required Please Pin
Luc Pattyn23-Nov-10 14:15
sitebuilderLuc Pattyn23-Nov-10 14:15 
GeneralRe: Further Help with Select Required Please Pin
djhankypark23-Nov-10 14:24
djhankypark23-Nov-10 14:24 
GeneralRe: Further Help with Select Required Please Pin
Luc Pattyn23-Nov-10 14:48
sitebuilderLuc Pattyn23-Nov-10 14:48 
QuestionDatabase design Pin
digicd123-Nov-10 7:31
digicd123-Nov-10 7:31 
AnswerRe: Database design Pin
fjdiewornncalwe23-Nov-10 7:51
professionalfjdiewornncalwe23-Nov-10 7:51 
AnswerRe: Database design Pin
Eddy Vluggen23-Nov-10 7:54
professionalEddy Vluggen23-Nov-10 7:54 
digicd1 wrote:
I am hoping to design the database in a way that I only have to maintain name, demographic information, phone numbers, and emails once vs. having to change an address in multiple tables.

So, you're absolutely sure that every practitioner uses the same phone-number if they become clients? No practitioner who separates their workphone from their private phone?

digicd1 wrote:
I thought about having an entity table with the names, email table, phone table, address table, and then a table for each specific information such as a client table, emp table, and practioner table.

That would lead to a whole lot of joins to get a single record. How about a table for People, one for Clients, one for Practitioners and one for Employees?

digicd1 wrote:
Any thoughts on what the tables should look like to accomdate or is it better to have the users maintain the information multiple times.

Normalize the model. This time, there's no viable alternative that I can come up with Smile | :)
I are Troll Suspicious | :suss:

GeneralRe: Database design Pin
digicd123-Nov-10 8:04
digicd123-Nov-10 8:04 
GeneralRe: Database design Pin
Eddy Vluggen23-Nov-10 8:33
professionalEddy Vluggen23-Nov-10 8:33 
GeneralRe: Database design Pin
digicd124-Nov-10 3:38
digicd124-Nov-10 3:38 
GeneralRe: Database design Pin
Eddy Vluggen24-Nov-10 7:20
professionalEddy Vluggen24-Nov-10 7:20 
AnswerRe: Database design Pin
Mycroft Holmes23-Nov-10 19:13
professionalMycroft Holmes23-Nov-10 19:13 
Questionparam_record_id int OUTPUT Pin
Jassim Rahma23-Nov-10 4:01
Jassim Rahma23-Nov-10 4:01 
AnswerRe: param_record_id int OUTPUT Pin
Eddy Vluggen23-Nov-10 7:31
professionalEddy Vluggen23-Nov-10 7:31 
Questionmultiple select statements in stored procedures Pin
Xiangyang Liu 刘向阳23-Nov-10 2:17
Xiangyang Liu 刘向阳23-Nov-10 2:17 
AnswerRe: multiple select statements in stored procedures Pin
Pete O'Hanlon23-Nov-10 2:21
mvePete O'Hanlon23-Nov-10 2:21 
GeneralRe: multiple select statements in stored procedures Pin
Xiangyang Liu 刘向阳23-Nov-10 3:19
Xiangyang Liu 刘向阳23-Nov-10 3:19 
AnswerRe: multiple select statements in stored procedures Pin
Jörgen Andersson23-Nov-10 2:47
professionalJörgen Andersson23-Nov-10 2:47 
GeneralRe: multiple select statements in stored procedures Pin
Xiangyang Liu 刘向阳24-Nov-10 0:46
Xiangyang Liu 刘向阳24-Nov-10 0:46 
GeneralRe: multiple select statements in stored procedures Pin
Jörgen Andersson24-Nov-10 3:41
professionalJörgen Andersson24-Nov-10 3:41 
QuestionMail sending problem from sql server URGENT Pin
Tridip Bhattacharjee23-Nov-10 2:08
professionalTridip Bhattacharjee23-Nov-10 2:08 
AnswerRe: Mail sending problem from sql server URGENT Pin
Amu_2723-Nov-10 5:12
Amu_2723-Nov-10 5:12 
AnswerRe: Mail sending problem from sql server URGENT Pin
Simon_Whale23-Nov-10 5:27
Simon_Whale23-Nov-10 5:27 
QuestionHow do I Compare Thumb Image by the Select Statement in SQL Server 2005....? Pin
Manish_Kumar_Nayak22-Nov-10 20:32
Manish_Kumar_Nayak22-Nov-10 20:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.