SELECT first_name, last_name, job_id, salary * 12 "annual sal" FROM employees; SELECT first_name, last_name, job_id, salary AS "annual sal" FROM employees; -- Q2: In an SQL SELECT statement, asterisk ...
* this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 ...