Click here to Skip to main content
15,924,039 members
Home / Discussions / Database
   

Database

 
Questionhelp on sql CE update Pin
zigzagooo5-May-09 23:01
zigzagooo5-May-09 23:01 
QuestionOracle dynamic sql OPEN-FOR won't take SQL string in form of a string variable Pin
devvvy5-May-09 18:07
devvvy5-May-09 18:07 
QuestionWhat would be the best front-end RAD software? Pin
el_pablo5-May-09 15:05
el_pablo5-May-09 15:05 
QuestionWhich flavor of SQL Server to use Pin
Hypermommy5-May-09 7:48
Hypermommy5-May-09 7:48 
AnswerRe: Which flavor of SQL Server to use Pin
Luc Pattyn5-May-09 8:47
sitebuilderLuc Pattyn5-May-09 8:47 
AnswerRe: Which flavor of SQL Server to use Pin
Eddy Vluggen6-May-09 2:41
professionalEddy Vluggen6-May-09 2:41 
QuestionDatabase design question Pin
AlexeiXX35-May-09 7:15
AlexeiXX35-May-09 7:15 
AnswerToo normalized ? Pin
David Mujica5-May-09 8:27
David Mujica5-May-09 8:27 
Your initial design motivation was a good one, but is it really necessary to extract the House Address in your database to a separate table? (Same is true for Customer)

The idea behind making a foreign key reference is to eliminate storing duplicate data. In your situation, if you store the House and Customer Address in their respective tables, you wouldn't be storing duplicate data.

IMHO, This sounds like an "overdesign" of your DB schema. Oops. D'Oh! | :doh:
GeneralRe: Too normalized ? Pin
Mycroft Holmes5-May-09 14:56
professionalMycroft Holmes5-May-09 14:56 
GeneralRe: Too normalized ? Pin
AlexeiXX37-May-09 7:59
AlexeiXX37-May-09 7:59 
GeneralRe: Too normalized ? Pin
Mycroft Holmes7-May-09 14:22
professionalMycroft Holmes7-May-09 14:22 
GeneralRe: Too normalized ? Pin
AlexeiXX37-May-09 7:47
AlexeiXX37-May-09 7:47 
GeneralGlad to Help Pin
David Mujica7-May-09 7:56
David Mujica7-May-09 7:56 
QuestionSQL SERVER Pin
vasini5-May-09 4:07
vasini5-May-09 4:07 
AnswerDivide and conquer Pin
David Mujica5-May-09 5:11
David Mujica5-May-09 5:11 
GeneralRe: Divide and conquer Pin
vasini5-May-09 7:53
vasini5-May-09 7:53 
GeneralRe: Divide and conquer Pin
David Mujica5-May-09 8:20
David Mujica5-May-09 8:20 
Questionsecurity in MS access Pin
hrishiS5-May-09 2:01
hrishiS5-May-09 2:01 
AnswerRe: security in MS access Pin
Eddy Vluggen5-May-09 7:26
professionalEddy Vluggen5-May-09 7:26 
GeneralRe: security in MS access Pin
hrishiS5-May-09 21:19
hrishiS5-May-09 21:19 
GeneralRe: security in MS access Pin
Eddy Vluggen6-May-09 2:13
professionalEddy Vluggen6-May-09 2:13 
QuestionDuplicates Helps Pin
Vimalsoft(Pty) Ltd4-May-09 21:42
professionalVimalsoft(Pty) Ltd4-May-09 21:42 
AnswerRe: Duplicates Helps Pin
Tim Carmichael4-May-09 23:30
Tim Carmichael4-May-09 23:30 
GeneralRe: Duplicates Helps Pin
Vimalsoft(Pty) Ltd4-May-09 23:46
professionalVimalsoft(Pty) Ltd4-May-09 23:46 
GeneralRe: Duplicates Helps Pin
WoutL5-May-09 0:24
WoutL5-May-09 0:24 

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.