Exp 6 Group by Having Order by
Exp 6 Group by Having Order by
Exp 6 Group by Having Order by
Database changed
mysql> show tables;
+---------------+
| Tables_in_sse |
+---------------+
| bin |
| empdepartment |
| empdept |
| employee |
| mentees |
| student |
| studepartment |
| t |
+---------------+
8 rows in set (0.01 sec)
mysql> select*from mentees;
+-----------+---------+------+---------+------------+-------+---------+
| Regno | Name | Dept | Address | Fathername | Marks | subject |
+-----------+---------+------+---------+------------+-------+---------+
| 192011090 | Gowtham | CSE | Chennai | moorthi | 99 | DBMS |
| 192011079 | arun | BME | nellore | muthu | 91 | BIOEVS |
| 192011095 | Harish | ECE | Madurai | Kannan | 95 | PDSD |
| 192211080 | Dhivya | ECE | Tirupur | Ramesh | 91 | PDSD |
+-----------+---------+------+---------+------------+-------+---------+
4 rows in set (0.00 sec)