MCQs > IT & Programming > ASP.NET With SQL Server > What will happen if all the parentheses are removed from the calculation?

ASP.NET With SQL Server MCQs

Evaluate the following SQL statement:

SELECT e.employee_id,( (.15* e.salary) + (.5 * e.commission_pct) + (s.sales_amount * (.35 * e.bonus))) AS CALC_VALUE FROM employees e, sales s WHERE e.employee_id = s.emp_id; 

What will happen if all the parentheses are removed from the calculation?

Answer

Correct Answer: An error will be reported

Explanation:

Note: This Question is unanswered, help us to find answer for this one

ASP.NET With SQL Server Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

More ASP.NET With SQL Server MCQ Questions

search

ASP.NET With SQL Server Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it