sayan_bappa@yahoo.co.in

OBJECT PRIVILEGES FOR VIEWS IN ORACLE

OBJECT PRIVILEGES FOR VIEWS IN ORACLE Privileges are basically rights to access any object or… Read More

OBJECT PRIVILEGES FOR TABLE IN ORACLE

OBJECT PRIVILEGES FOR TABLE IN ORACLE Privileges are basically rights to access any object or… Read More

MINUS Operator In Oracle

MINUS Operator In Oracle MINUS returns all the distinct rows from first select statement which… Read More

INTERSECT Operator In Oracle

INTERSECT Operator In Oracle INTERSECT operators returns the distinct common rows from each query. Below… Read More

UNION Operator In Oracle

Oracle SET Operators Oracle SET operators combine two or more queries and return single set… Read More

SYNONYMS in Oracle

SYNONYMS in Oracle Synonyms are data base objects which is created to provide a new… Read More

TABLES in Oracle

TABLES in Oracle TABLE is a database object which is used to store data in… Read More

VIEWS in Oracle

VIEWS in Oracle VIEW is a database object which does not contain any data but… Read More

SEQUENCE in Oracle

SEQUENCE in Oracle SEQUENCE is used to generate unique numbers automatically in oracleIt is a… Read More

CHECK Constraint in Oracle

CHECK Constraint in Oracle CHECK constraint defines a rule or condition which every row must… Read More