Home > database >  To solve the
To solve the

Time:09-16

Online,

CodePudding user response:

USE teaching2.
The CREATE OR REPLACE the VIEW ` student_course_sc ` AS
SELECT
Student. Sno, student, sname, student course, student. Cno, student. Score
The FROM
Student, sc
Where
Student. Sno=sc. Sno;
  • Related