The document outlines various SQL commands and clauses, including table creation, deletion, and data manipulation techniques such as INSERT, SELECT, and UPDATE queries. It also covers advanced topics like JOIN operations, constraints, and set operations like UNION and INTERSECT. Each section provides detailed explanations and examples for effective SQL usage.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
7 views1 page
Ile 4
The document outlines various SQL commands and clauses, including table creation, deletion, and data manipulation techniques such as INSERT, SELECT, and UPDATE queries. It also covers advanced topics like JOIN operations, constraints, and set operations like UNION and INTERSECT. Each section provides detailed explanations and examples for effective SQL usage.
15. SQL ─ WHERE Clause ............................................................................................................................... 59
16. SQL ─ AND & OR Conjunctive Operators ................................................................................................. 62
The AND Operator ......................................................................................................................................... 62 The OR Operator ........................................................................................................................................... 63
19. SQL ─ LIKE Clause .................................................................................................................................... 72
20. SQL ─ TOP, LIMIT or ROWNUM Clause .................................................................................................... 76
21. SQL ─ ORDER BY Clause ........................................................................................................................... 79
22. SQL ─ Group By ....................................................................................................................................... 82
The UNION ALL Clause ................................................................................................................................. 119 SQL ─ INTERSECT Clause .............................................................................................................................. 121 SQL ─ EXCEPT Clause ................................................................................................................................... 123 iii