# Purpose: `This SQL code is to be used along side the Getting Started Guide # to setup the OS AddressBase tables within a database ...
constraint movie_studio_pk primary key (movie_studioID), constraint movie_studio_fk_movie foreign key (m_movieID) references movie (movieID), constraint movie_studio_fk_studio foreign key (s_studioID) ...