Question: Q 1 . Open the previous website ( SHEET 7 ) and do the following: Create a KSU Database which contains Three tables: The first
Q Open the previous website SHEET and do the following:
Create a KSU Database which contains Three tables:
The first table represents a list of colleges in KSU. The table is entitled College and has two attributes: collegecode and collegename. For example, one record might be CBA for the ccode and College of Business Administration for the cname. The code is the primary key.
The second table is entitled Department and contains a college's departments. The table has three attributes the collegecode, code and name. The code attribute is the primary key. For example, one record might be CBA for the collegecode, MIS for the code and Management Information System for the name
The third table is entitled Course and contains a department's courses. The table has three attributes: the code, code and name. The code attribute is the primary key. For example, one record might be MIS for the dcode, MIS for the ccode and Webbased application for the cname.
Make sure to add foreign key constraints whenever it is suitable.
Fill your three tables with at least records, these records should be true and understandable values, not dummy values.
In HomePage.aspx: create a form that allow user to insert collegecode and collagename in the table 'College'.
please solve this with full details and codes for each page
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
