Quantcast
Channel: ฟอรัม Getting started with SQL Server
Viewing all articles
Browse latest Browse all 8428

database design tables

$
0
0

Hi,

Iam working on small application it requires database tables .I don't know how to design tables.I have  design and fields depending upon this I need to create  tables.

In design I have 3 tables

Table1:

projectname,type(efi,phase) radiobuttonlist,startdate enddate,empname

Table2:

efi type is radiobuttonlist field .If I click on efi  it shows 15 rows and 5  columns (Textboxes,dropdownn...).

table 3:

If I click on phase it shows 10rows and 5  columns (Textboxes,dropdownn...)

columns(milestones(labels),StartDate,EndDate,walktesttatus,statuscomments,general comments)  in both types(efi  ,phase).In milstones columns there are different fields  for each type.

Do I need to create EFI Table and Phase table separately ?


Viewing all articles
Browse latest Browse all 8428

Trending Articles