Question: How many student(s) would the following SQL statement delete from the 'student' table which has 'student_id' asthe primary key DELETE FROM student WHERE student_id='4'; a-One(1)
How many student(s) would the following SQL statement delete from the 'student' table which has 'student_id' asthe primary key
DELETE FROM student WHERE student_id='4';
a-One(1)
b-Three(3)
c-Four(4)
d-Five(5)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
