Table Student has 3 columns,Student_id,Student_Name &
Course_Id. Table Course has 2 columns, Course_Id &
Course_Name.Write a query to listdown all the Courses and
number of student in each course.
Answer Posted / cm
select s.stud_name,c.course_name from student s,course c
where s.course_id = c.course_id group by
s.stud_name,c.course_name;
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
State few characteristics of pl/sql?
What is posting?
What is function and procedure in pl sql?
What is a subquery in sql?
What is the location of pre_defined_functions.
When can we use the where clause and the having clause?
What is full join in sql?
What is acid property in a database?
How does postgresql compare to "nosql"?
Explain autonomous transaction.
What are all the different normalizations?
Can we create foreign key without primary key?
How do I trace sql profiler?
Why is sql important?
what are the advantages of sql ? : Sql dba