SQL SELECT Statement, Part one - Syracuse University

Part of building a database involves creating SQL Select statements to display output matching the end-user’s requirements. Queries such as “Total quantity on hand by region”, and “Employees, departments, and managers” are easy to understand in concept, but can be quite difficult for the end-user to implement in SQL because of the inherent complexity of the SELECT statement. ................
................