• 2022-06-07
    创建数据库testhnd及表student,student包括如下属性:学号(Sno,主码)、姓名(Sname、非NULL)、性别(Ssex,非NULL,默认值为"男")、年龄(Age,非NULL、默认值为20)、电话号码(Phonenumber、默认NULL、唯一(UNIQUE))、系(Sdept、非NULL)。
  • 举一反三