Last answered:

16 Dec 2021

Posted on:

07 Nov 2021

0

drop table error not solved yet

how i can solve this issue
image

2 answers ( 0 marked as helpful)
Posted on:

15 Nov 2021

0

DROP child table first ,

DROP TABLE sales;

DROP TABLE customers;

DROP TABLE items;

DROP TABLE companies;
try it .

Instructor
Posted on:

16 Dec 2021

0

Hi Osama and Mahmoud!
Thanks for reaching out.
@:Mahmoud
Thanks for sharing thiswith the
Community!
@:Osama
As Mahmoud said, you should drop the table
referenced by the foreign key. You should find the references, analyze and drop
them as needed.
Hope this helps.
Best,
Martin

Submit an answer