12.07.2015 Views

Module 13 (Introduction to SQL - Part 2).pdf

Module 13 (Introduction to SQL - Part 2).pdf

Module 13 (Introduction to SQL - Part 2).pdf

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Aggregate FunctionsIn general, you cannot combine regularfield lists and calculations in a SELECTquery without adding additional qualifiers.This SELECT query results in an error:SELECT LastName, FirstName, Sum(Salary)AS [Total Salary] FROM EmployeesWhy?

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!