Click here to Skip to main content
15,899,935 members
Home / Discussions / Database
   

Database

 
GeneralRe: System.Data.SQlClient.SQlException Pin
Vimalsoft(Pty) Ltd11-Jun-07 20:29
professionalVimalsoft(Pty) Ltd11-Jun-07 20:29 
QuestionOracle DBF export Pin
Vertyg011-Jun-07 2:40
Vertyg011-Jun-07 2:40 
AnswerRe: Oracle DBF export Pin
andyharman11-Jun-07 6:24
professionalandyharman11-Jun-07 6:24 
GeneralRe: Oracle DBF export Pin
Vertyg011-Jun-07 7:21
Vertyg011-Jun-07 7:21 
GeneralRe: Oracle DBF export Pin
andyharman11-Jun-07 23:06
professionalandyharman11-Jun-07 23:06 
GeneralRe: Oracle DBF export Pin
RussellT5-Jun-09 9:17
professionalRussellT5-Jun-09 9:17 
QuestionAny work arounds for getting rid of Process Blocking in SQL2000 Pin
Jayaraman B10-Jun-07 23:37
Jayaraman B10-Jun-07 23:37 
AnswerRe: Any work arounds for getting rid of Process Blocking in SQL2000 Pin
andyharman10-Jun-07 23:55
professionalandyharman10-Jun-07 23:55 
Question[Message Deleted] Pin
Brendan Vogt10-Jun-07 22:31
Brendan Vogt10-Jun-07 22:31 
AnswerRe: SELECT Not Working Pin
SimulationofSai10-Jun-07 22:49
SimulationofSai10-Jun-07 22:49 
AnswerRe: SELECT Not Working Pin
Harini N K10-Jun-07 22:49
Harini N K10-Jun-07 22:49 
AnswerRe: [Message Deleted] Pin
Colin Angus Mackay11-Jun-07 0:30
Colin Angus Mackay11-Jun-07 0:30 
Questionhow to write table in sql server 2000 Pin
tauras8110-Jun-07 22:30
tauras8110-Jun-07 22:30 
AnswerRe: how to write table in sql server 2000 Pin
andyharman10-Jun-07 23:58
professionalandyharman10-Jun-07 23:58 
QuestionDatabase Help [modified] Pin
ASPnoob10-Jun-07 21:29
ASPnoob10-Jun-07 21:29 
AnswerRe: Database Help Pin
Giorgi Dalakishvili10-Jun-07 21:40
mentorGiorgi Dalakishvili10-Jun-07 21:40 
AnswerRe: Database Help Pin
Harini N K10-Jun-07 22:29
Harini N K10-Jun-07 22:29 
Hi
1. Why two tables?

2. Are you storing more than 1 record in ContactInfo table for a particular user?

3. If you are storing more than 1 contact Info, link should be maintained between those two tables. Users table should have one more column i.e., UserID to maintain unique row. This column should be added to ContactInfo Table so that you can retrieve contact details based on UserID.

See definitions of Normalization for more information. There are three normal forms in database design.

For best example, have a look at Orders and Order Details tables of Northwind database and check the common column between these two table.



Harini

GeneralRe: Database Help Pin
Sankar Komma 13-Jun-07 11:45
Sankar Komma 13-Jun-07 11:45 
QuestionCount related records Pin
Soleil couchant10-Jun-07 20:24
Soleil couchant10-Jun-07 20:24 
AnswerRe: Count related records Pin
andyharman10-Jun-07 22:22
professionalandyharman10-Jun-07 22:22 
Questionuser mysql [modified] Pin
WhiteGirl2310-Jun-07 19:22
WhiteGirl2310-Jun-07 19:22 
GeneralRe: user mysql Pin
ScottM110-Jun-07 21:23
ScottM110-Jun-07 21:23 
AnswerRe: user mysql Pin
Paddy Boyd11-Jun-07 2:48
Paddy Boyd11-Jun-07 2:48 
GeneralRe: user mysql Pin
WhiteGirl2311-Jun-07 20:56
WhiteGirl2311-Jun-07 20:56 
QuestionI want help on Sql query Pin
Parameswar Mal10-Jun-07 2:07
Parameswar Mal10-Jun-07 2:07 

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.