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 can I use instead of union in sql?

524


Is sql sequential or random?

548


What is right join sql?

547


How do I remove duplicates in two columns?

517


What are pl/sql cursors?

575






What are the types of optimization?

529


What is an implicit commit?

565


Explain isolation levels. : Transact sql

587


Is sql injection illegal?

611


What is the difference between a procedure and a function?

507


How to add a column ‘salary’ to a table employee_details?

602


Explain normalization and what are the advantages of it?

525


Which is faster view or stored procedure?

521


How many types of privileges are available in sql?

746


Is big data nosql?

523