Hi friends,
I am working ASP.Net project.It is based on Online Programming.How to create a Table for below scenarios:
Main:it's a Online Question and Answer
Scenarios are :
1) Match the Followings
2)Single /Multiple Choice
3)true /False
Regards,
Lakshmi Narayanan.S
Loading

Om prakash SinghPosted Jul 7, 2011, 8:16 AM
Based on which Store the answers in detail table.User the primary key of master table as reference key in detail table.
Ancy RajuPosted Jul 7, 2011, 8:01 AM
Create table tablename{
match nvarhar,
choices bit,
ans bit
}
hope this helps