620 likes | 883 Views
In this chapter, you will learn:. About the relational set operators UNION, UNION ALL, INTERSECT, and MINUSHow to use the advanced SQL JOIN operator syntaxAbout the different types of subqueries and correlated queriesHow to use SQL functions to manipulate dates, strings, and other data. In this
E N D
1. Advanced SQL Chapter 7
2. In this chapter, you will learn: About the relational set operators UNION, UNION ALL, INTERSECT, and MINUS
How to use the advanced SQL JOIN operator syntax
About the different types of subqueries and correlated queries
How to use SQL functions to manipulate dates, strings, and other data
3. In this chapter, you will learn: (continued) How to create and use updatable views
How to create and use triggers and stored procedures
How to create embedded SQL
4. UNION Query Result
5. UNION ALL Query Result
6. INTERSECT Query Result
7. MINUS Query Results
8. INTERSECT Alternative
9. MINUS Alternative
10. SQL Join Expression Styles
11. NATURAL JOIN Result
12. JOIN USING Result
13. JOIN ON Result
14. Outer Joins Returns not only rows matching join condition but also rows with unmatched values
Three types:
Left
Right
Full
15. LEFT JOIN Result
16. RIGHT JOIN Result
17. FULL JOIN Result
18. SELECT Subquery Examples
19. WHERE Subquery Examples
20. IN Subquery Example
21. HAVING Subquery Example
22. Multirow Subquery Operator Example
23. FROM Subquery Example
24. Inline Subquery Example
25. Correlated Subquery Examples
26. EXISTS Correlated Subquery Examples
27. Selected MS Access/SQL Server Date/Time Functions
28. Selected Oracle Date/Time Functions