1 / 62

Advanced SQL

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

cady
Télécharger la présentation

Advanced SQL

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    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

More Related