/*Write a query to display sum of two numbers 10 and 15.*/ SELECT 10 + 15;