mysql > use demo_student; Database changed. 創建一個table,並取名為student. mysql> CREATE table student( -> student_id INT,
確定! 回上一頁