Question: Create a Courses table Primary key is CourseId an integer which is to be generated Other attributes include: course Number (e.g.CS1103), courseName,courseDescription, and credit Hours.

Create a Courses table

Primary key is CourseId an integer which is to be generated

Other attributes include:

course Number (e.g.CS1103), courseName,courseDescription, and credit Hours.

make sure that credit hours is within the range of 0 to 6 and has a default value of 3

Use Insert (or Delete) statements to test your constraints.

Add an approvedDate attribute to the Course table

Use Insert (or Update) statements to add (or update) data

to the table with the extra attribute

Write and run an SQL statement that for each student lists the information for

courses theyve taken and their letter grade.

(can I have the codes that needs to be done and the sql queries), to solve this question.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!