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
How do I order by ascending in sql?
How do I order columns in sql?
How to run sql*plus commands in sql developer?
What are the types of variables use in pl sql?
What is cursor in pl sql?
what is top in tsql? : Transact sql
how to calculate expressions with sql statements? : Sql dba
Mention what is the function that is used to transfer a pl/sql table log to a database table?
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
How to run pl/sql statements in sql*plus?
What are triggers in sql?
How to read/write files from pl/sql?
What are the 3 modes of parameter?
How many disk partitions should I have?
What is difference between procedure and trigger?