9 . How would you calculate 13 * 15 in SQL ?

To calculate such an arithmetic expression in SQL, we can do

SELECT 13*15;