Answered step by step
Verified Expert Solution
Question
1 Approved Answer
There are some tables in the database. People(id,studentid,password,name);students(id,stype);Course_enrolments(studentid,course,mark)- Define an SQL view Q1(studentid.name) that gives the student id and name of any international student(stvpe-intl) who
There are some tables in the database. People(id,studentid,password,name);students(id,stype);Course_enrolments(studentid,course,mark)- Define an SQL view Q1(studentid.name) that gives the student id and name of any international student(stvpe-intl) who has got at least 85 marks in more than 20 courses. The name should be taken from the People.name field for the student, and the student id should be taken from People studentid field
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started