mysql -u yue -p use toyu SELECT * -- *: wild card character matching all columns FROM student; SELECT stuId, fname, lname -- columns in the table student FROM student; source Createtoyu.sql