Skip to content
- Writing Basic SQL SELECT Statements
- Creating and Managing Tables – Create, ADD, Modify, Drop, Truncate
- Restricting and Sorting Data – WHERE, BETWEEN, IN, LIKE, NULL, AND, OR, NOT, ORDER BY
- Single-Row Functions – Single row Function, Character function, NVL, NVL2, NULLIF, COALESCE, CASE
- Displaying Data from Multiple Tables – Inner, Outer, Full outer JOINS
- Aggregating Data Using Group Functions – GROUP BY ClauseSubqueries – Single row, Multiple row Subquery, HAVING Clause, ANY, ALL
- Manipulating Data – Insert, Update, Delete, Merge, Commit, Rollback
- Including Constraints – NOT NULL, UNIQUE, Primay Key, Foreign Key
- Other Database Objects – Sequence, Index, Synonyms
- Controlling User Access – GRANT, REVOKE
- Using SET Operators – SET, UNION, UNION ALL, INTERSECT, MINUS
- Advanced Subqueries – EXISTS, NOT EXISTS
- Creating Views
- PL/SQL Basic syntax
- Creating Stored Procedures
- Creating Functions
- Creating Cursors
- Creating Triggers