Technical Blog
Pages
(Move to ...)
Home
Oracle DBA
ERP
Oracle Apps
Data Warehouse
Java
UNIX
Hadoop
JOBS4U
▼
Showing posts with label
Check constraint
.
Show all posts
Showing posts with label
Check constraint
.
Show all posts
May 28, 2009
Locks , Dummy Table
›
To get the locks on an object SELECT oracle_username USERNAME,owner OBJECT_OWNER,object_name, object_type, s.osuser,s.SID SID,s.SERIAL# SE...
Check Constraint
›
Check Constraint CREATE TABLE EMP_DETAILS( NAME VARCHAR2(20), MARITAL CHAR(1) CHECK(MARITAL='S' OR MARITAL = 'M'), CHIL...
May 25, 2009
Much More About Constraints
›
PRIMARY KEY LOOK UP DURING FOREIGN KEY CREATION The lookup of matching primary keys at time of foreign key insertion takes time.In realea...
Apr 9, 2009
Table Creation/// NOT NULL (check constraint)
›
Everything (Table Creation including Primary ,Foreign key ,Check constraint and giving user defined CONSTRAINT NAME for NOT NULL CONSTRAINT...
›
Home
View web version