Advice Needed To Normalise Database

Posted by c11ada on Stack Overflow See other posts from Stack Overflow or by c11ada
Published on 2010-03-24T12:32:38Z Indexed on 2010/03/24 12:43 UTC
Read the original article Hit count: 302

hey all,

im trying to create a database for a feedback application in ASP.net i have the following database design.

Username (PK)

QuestionNo (PK)
QuestionText

FeedbackNo (PK)
Username

UserFeedbackNo (PK)
FeedbackNo (FK)
QuestionNo (FK)
Answer
Comment

a user has a unique username a user can have multiple feedbacks

i was wondering if the database design i have here is normalised and suitable for the application

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about sql