SQL is a used to communicate with a database by firing queries. Advance sql contains all the sql functions.
These are the topics covered:
Basics:
Intermediate:
Advanced Topics:
References/Books:
Murach’s Oracle SQL and PLSQL by Joel Murach, Murach and Associates.
Oracle Database 11g PL/SQL Programming Workbook, ISBN: 9780070702264, By: Michael McLaughlin,John Harper, TATAMCGRAW-HILL .
Oracle PL/SQL Programming, Fifth Edition By Steven Feuerstein.
Oracle database 11g: hands on SQL/PL SQL by Satish Asnani (PHI) EEE edition.
Notes Download:
Advance SQL (Sem-III) Complete Notes -Here
Advanced SQL All Programs Available - Here
These are the topics covered:
Basics:
- SELECTing columns from a table
- Aggregates Part 1: COUNT, SUM, MAX/MIN
- Aggregates Part 2: DISTINCT, GROUP BY, HAVING
Intermediate:
- JOINs, syntax
- UNION vs UNION ALL
- Subqueries: IN, EXISTS, and inline views
- Subqueries: Correlated
- WITH syntax: Subquery Factoring/CTE
- Views
Advanced Topics:
- Controlling User Access.
- Using SET operators.
- DateTime Functions.
- Enhancements to Group by clause(cube, Rollup and Grouping).
- Advanced Subqueries (Multiple column subqueries, Subqueries in FROM clause, Scalar and correlated subqueries).
- WITH Clause.
- Hierarchical retrieval.
Murach’s Oracle SQL and PLSQL by Joel Murach, Murach and Associates.
Oracle Database 11g PL/SQL Programming Workbook, ISBN: 9780070702264, By: Michael McLaughlin,John Harper, TATAMCGRAW-HILL .
Oracle PL/SQL Programming, Fifth Edition By Steven Feuerstein.
Oracle database 11g: hands on SQL/PL SQL by Satish Asnani (PHI) EEE edition.
Notes Download:
Advance SQL (Sem-III) Complete Notes -Here
Advanced SQL All Programs Available - Here
No comments:
Post a Comment