Question: Based on the data inserted to university database, one of the following statements is a valid insert statement into exam_results table: a. Insert into exam_results

Based on the data inserted to university database, one of the following statements is a valid insert statement into exam_results table:

a.

Insert into exam_results values(2018101,8446,first exam);

b.

Insert into exam_results values(2018101,8446,null,null,null);

c.

Insert into exam_results values(2017101,9442,first exam,20,20);

d.

Insert into exam_results values(2017199,9442,second exam,20,20);

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!