Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
Primary Key « Constraints « Oracle PL / SQL
Oracle PL / SQL
Constraints
Primary Key
1.
Create a primary key with more than one field
2.
Primary Key: A primary key combines a unique and a not null constraint
3.
Alter to add primary key
4.
DISTINCT keyword with primary key in select clause