want sql query for below question.
course(courseCode, title, creditHours)
Faculty(empld, empName, designation, departmentName, salary, hireDate)
Allocations(allocationNo, empld, courseCode, semester, class Section)
Students(regno, stdName, Program, department ogpa)
Results(regno, allocation No, marks, grade)
Course
Tables and their primary keys are given below:
coursecode
faculty -- empld
Allocations -- allocationNo
students -- regno
results -- regno, allocation No
Find students who got A grade in courses taught by Dr Nadir in current semester (FA2020).
Answers
Answered by
1
Answer:
isjbekwpsizhbdjoofxbk
Similar questions