mysql 内连接、外链接以及全连接的实现

建表 CREATE TABLE`学生`( `id` int(11)DEFAULT NULL, `student_name` VARCHAR(10)DEFAULT NULL, `teacher_id` VARCHAR(10)DEFAULT NULL )ENGINE = InnoDB DEFAULT CHARSET = utf8; 创建表`老师`( `id` int(11)DEFAULT NULL,
相关文章
相关标签/搜索