Table Index MySQL

mysql>
mysql>
mysql> SELECT '1+1+1' AS 'The expression', 1+1+1 AS 'The result';
+----------------+------------+
| The expression | The result |
+----------------+------------+
| 1+1+1          |          3 |
+----------------+------------+
1 row in set (0.00 sec)
mysql>