Hi, I hope you can help me with this:

I have these 3 tables.

exam (
    exam_id
    )

questions (
    question_id
    exam_id
    )

answers (
    answer_id
    question_id
    )

I am wondering if i can delete all the rows for answers linked to a given
exam using only one delete statement.

Thanks in advance,

andres


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to