For the database from task 1, output departments that read more than 5 disciplines

后端 未结 0 1181
再見小時候
再見小時候 2020-12-16 02:33

This is first table

CREATE TABLE IF NOT EXISTS department (
        id INTEGER PRIMARY KEY AUTOINCREMENT UNIQUE ,
        name TEXT NOT NULL,
        howteach         


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