Posts by marcos • 1 point
1 post
-
0
votes1
answer38
viewsQ: Error creating tables with foreign keys
While running the script below occurs the error: Cannot add Foreign key Constraint when creating the last two tables. create database Cinema; use Cinema; create table Filme ( id_filmes int primary…