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
What is dba in sql? : SQL DBA
What are triggers in sql?
What are three advantages to using sql?
What are all different types of collation sensitivity?
How to Execute a Package in PL/SQL.?
Why is the cursor important?
what is a field in a database ? : Sql dba
How does postgresql compare to "nosql"?
define join and explain different type of joins? : Sql dba
Can a view be mutating? If yes, then how?
what is innodb? : Sql dba
How do I install microsoft sql?
What are pl/sql packages?
how are mysql timestamps seen to a user? : Sql dba
Define join and name different types of joins?