Consider two tables a and
b. id is the primary column in table
a. table a contains 4 records with id values 1, 2, 3 and 4. a_id is the foreign key in table b which is linked with id column of table
a. a_id contains 3 records with 1, 2 and 4 values. can we delete the record from table a whose id is 3?
Answers
Answered by
2
yes we can do It with the help of query option.
hope it will help you .
hope it will help you .
Similar questions