INSERT 2 foreign keys into a many-to-many relational table

前端 未结 0 1101
时光说笑
时光说笑 2021-01-17 00:44

I want to insert an entry into the actor_movie table. The schema:

CREATE TABLE movies(
    title TEXT NOT NULL,
    year INTEGER,
    users_rating FLOAT,
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题