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 / chinnu
SELECT *(Courses,students) FROM Table Student
| Is This Answer Correct ? | 3 Yes | 14 No |
Post New Answer View All Answers
Differentiate between syntax and runtime errors.
Is not null in sql?
How do temporal tables work?
Can we use the cursor's to create the collection in PL/SQL?
How many parts of a pl sql block are optional?
What are different types of triggers?
Why do we use procedures?
What are the different types of a subquery?
Is pl sql a scripting language?
Can you rollback after commit?
What is a common use of group by in sql?
How can I tell if sql is running?
What is the difference between the implicit and explicit cursors?
What is a call statement? Explain with an example.
What is multiple partition?