SQL
SQL
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> qfdghgqfvegshu
-> ;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near
'qfdghgqfvegshu' at line 1
mysql> select * from class11;
+------+--------+---------+------------+------------+
| roll | name | subject | dob | percentage |
+------+--------+---------+------------+------------+
| 1 | avijit | math | 15/06/2005 | 98.20 |
| 2 | mishba | science | 22/12/2022 | 89.76 |
+------+--------+---------+------------+------------+
2 rows in set (0.00 sec)