Trying to create an entry in a table like this:
insert into movie(mvnumb, mvtitle, yearmade, mvtype, noms, awrds, dirnumb)
values ('10111', 'Something' , '2012', 'Action', '5', '2', '10079')
and I get this error
Msg 547, Level 16, State 0, Line 1
The INSERT statement conflicted with the FOREIGN KEY constraint "FK_movie_director". The conflict occurred in database "Assign1W13", table "dbo.director", column 'dirnumb'.