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


Please Help Members By Posting Answers For Below Questions

How do I order by ascending in sql?

741


Is natural join same as inner join?

683


What is pl sql package?

797


What is pl sql architecture?

686


what is the difference between nested subquery and correlated subquery?

746






What is sql resultset?

729


How do you write an inner join query?

694


Is it possible to create the following trigger: before or after update trigger for each row?

926


Why trigger is used in sql?

695


What is on delete restrict?

721


what are the authentication modes in sql server? : Sql dba

734


What is application trigger?

733


What are the built in functions of sql?

757


How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?

822


define sql insert statement ? : Sql dba

750