On executing DELETE command, if you get an error "foreign key constraint"- what does it imply?

Options
- Foreign key not defined
- Table is empty
- Connectivity issue
- Data is present in the other table


CORRECT ANSWER : Data is present in the other table

Discussion Board
mysql

Foriegn key act as primary key for the other table

swati 07-25-2018 05:53 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement