Difference between revisions of "Oracle SQL"
Jump to navigation
Jump to search
Line 43: | Line 43: | ||
== AGGREGATE - SUMMARY FUNCTIONS == | == AGGREGATE - SUMMARY FUNCTIONS == | ||
=== [[TYPES ]]=== | === [[TYPES ]]=== | ||
== GROUP BY CLAUSE == | |||
===[[GROUP BY]]=== |
Revision as of 00:05, 1 November 2017
Database Terminology
Database Queries
Entities and Attributes
Relationship Basics
Table Creation and Management
Create Tables
Add, Modify Tables
Constraints
Data Manipulation and Transaction Control
Insert Command
Update Command
Delete Command
Transaction Control Statement
Joining Data from multiple Tables
Type of Joins ansi and Oracle
Natural Join
Cartesian Join or Cross Join
Equality Joins
- USING CLAUSE
Non-Equality Joins
- ON CLAUSE
Self-Joins
Inner Join
Outer Joins
Set Operators
- Union
- Union All