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
NOT NULL « Constraints « Oracle PL / SQL
Oracle PL / SQL
Constraints
NOT NULL
1.
NOT NULL Column Constraints
2.
Change a column to 'not null' with null data in it
3.
NOT NULL CONSTRAINT
4.
Adding constraint that checks values and prohobits nulls
5.
Create a SQL collection type that disallows null values
6.
ORA-01400: cannot insert NULL into
7.
Add not null constraint to different columns
8.
alter table dept modify emp_count NOT NULL