Introduction to SQL - Technical MCQs

Q1:

The SQL statement: SELECT Number1 + Number 2 AS Total FROM NUMBER_TABLE; adds two numbers from each row together and lists the results in a column named Total.

A True

B False

ANS:A - True

No answer description is available.