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 embedded sql with example?
what are the disadvantages of mysql? : Sql dba
how to include comments in sql statements? : Sql dba
Can we debug stored procedure?
how to fetch alternate records from a table? : Sql dba
What is the requirement of self-join?
how to write date and time literals? : Sql dba
How do I run a sql script?
What is thread join () in threading?
What are the three forms of normalization?
How do you delete a table?
What is sql mysql pl sql oracle?
What are character functions?
what is data manipulation language? : Sql dba
What is the use of <> sql?