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
Write your comments