Difference between revisions of "Oracle SQL"
Jump to navigation
Jump to search
Line 41: | Line 41: | ||
===[[NULL Operator]]=== | ===[[NULL Operator]]=== | ||
===[[ORDER BY Clause]]=== | ===[[ORDER BY Clause]]=== | ||
== AGGREGATE - SUMMARY FUNCTIONS == | |||
=== [[TYPES ]]=== |
Revision as of 23:42, 31 October 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