Constraints

Binu George on January 12th, 2009

CREATE INDEX statement is used to create Indexes using table columns.An index allows faster retrieval of records.It is mainly used as a performance-tuning method.An index creates an entry for each value that appears in the indexed columns.

Continue reading about CREATE INDEX as part of CREATE TABLE statement.

Binu George on January 9th, 2009

Usage Create table statement with foreign key constraint will create table with referential integrity.
Foreign Key holds the reference to another table column value.

Continue reading about Oracle Tables: Create table with foreign key constraint

Oracle Tables: CREATE TABLE statement: create a table with primary key.

Continue reading about Oracle Tables: CREATE TABLE statement: create a table with primary key.

Binu George on January 9th, 2009

Oracle Tables: Foreign Keys with ON DELETE CASCADE option.Foreign Keys with ON DELETE CASCADE option allows us to create parent child tables which automatically deletes referenced data in child tables when deleted from parent table.

Continue reading about Oracle Tables: Foreign Keys with ON DELETE CASCADE option

Oracle: ORA-02449: unique/primary keys in table referenced by foreign keys

Continue reading about Oracle: ORA-02449: unique/primary keys in table referenced by foreign keys

‘ORA-02292: integrity constraint violated – child record found’ error occurs when we try to delete a row from a parent table which is having a child table with foreign key constraint and the corresponding data exists in the child table.

Continue reading about Oracle: ORA-02292: integrity constraint violated – child record found

Binu George on January 9th, 2009

Foreign Key holds the reference to another table column value.It is also known as references constraint.
A foreign key means that values in one table must also appear in another table.

Continue reading about Oracle Tables: Foreign Keys | Oracle Referential Integrity

Binu George on January 9th, 2009

Composite primary key is a special type of primary key comprises a set of columns.In relational database a primary key is a candidate key to uniquely identify each row in a table.

Continue reading about Composite Primary Key in Oracle

Binu George on January 9th, 2009

In relational database a primary key is a candidate key to uniquely identify each row in a table.
A unique key or primary key comprises a single column or set of columns (COMPOSITE Primary KEY).

Continue reading about Oracle: Primary Key and Composite Primary Key

Binu George on January 6th, 2009

Usage Create table statement with foreign key constraint will create table with referential integrity
Foreign Key holds the reference to another table column value.It is also known as references constraint

Continue reading about Oracle/PLSQL: Create table with foreign key constraint

SEO Powered by Platinum SEO from Techblissonline