Database
Database
Database
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> se
-> ;
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 'se' at
line 1
mysql> select * from neo;
+-------------+-------------+---------+---------+------------------+----------
+-------------+
| Employee_ID | ename | address | phone | email | mobile |
designation |
+-------------+-------------+---------+---------+------------------+----------
+-------------+
| 2 | jens m | ktm | 12465 | jens@gmail.com | 98231343 |
manager |
| 3 | jame w | ptn | 167747 | jame@gmail.com | 9807654 |
jenitor |
| 4 | naruto op | iilam | 1424262 | naruto@gmail.com | 98111222 |
staff |
| 5 | hokage sama | konoha | 1983764 | hokage@gmail.com | 98076541 | ceo
|
| 100 | ram k | bkt | 1230 | ram@gmail.com | 9810201 |
employee |
+-------------+-------------+---------+---------+------------------+----------
+-------------+
5 rows in set (0.00 sec)
mysql>