Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / pradip d

select count(student_name),course_name from student,course
where course.course_id=student.course_id group by course_name;

Is This Answer Correct ?    18 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does select * from mean in sql?

3330


Can %notfound return null after a fetch?

1101


What is sql injection owasp?

1113


Why is sharding used?

1060


Is left join and outer join same?

1114


What is trigger types in sql?

1043


Is primary key is clustered index?

1041


How can a pl sql block be executed?

1000


What is trigger and stored procedure in sql?

1092


How do I turn a list into a table?

1008


How do you optimize a stored procedure query?

1040


What are all the different normalizations?

1078


What is package in pl sql with an examples?

1084


How do you declare a user-defined exception?

1072


What is an implicit commit?

1101