Home > database > Great god advice on how to write the SQL statement of personal, small white one
Great god advice on how to write the SQL statement of personal, small white one
Time:10-10
CodePudding user response:
SELECT Student. Sno, Student, Sname, course. Name The FROM Student The JOIN scores ON Sno=scores. Sno The JOIN Course ON Cno=scores. Cno WHERE sudent. Name='zhang'