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,
相關文章
相關標籤/搜索