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

what is a scheduled jobs or what is a scheduled tasks? : Sql dba

640


what is the difference between rownum pseudo column and row_number() function? : Sql dba

709


Mention what is the function that is used to transfer a pl/sql table log to a database table?

574


Is ms sql is free?

624


what is auto increment? : Sql dba

661






How we can update the view?

686


how to create a new table by selecting rows from another table in mysql? : Sql dba

648


What are primary key and foreign key and how they work?

653


What is the command used to fetch the first 5 characters of a string?

819


What is the mutating table and constraining table?

652


What is spool?

680


Why plvtab is considered as the easiest way to access the pl/sql table?

711


What is union?

734


Can we create foreign key without primary key?

621


How global cursor can be declare with dynamic trigger ?

1849