OBJECT PRIVILEGES FOR VIEWS IN ORACLE
Table of Contents
OBJECT PRIVILEGES FOR VIEWS IN ORACLE
Privileges are basically rights to access any object or perform any operation on a …
Table of Contents
Privileges are basically rights to access any object or perform any operation on a …
Table of Contents
Privileges are basically …
MINUS returns all the distinct rows from first select statement which are not present in second select statement.
Below is the graphical representation of MINUS operator.
CREATE TABLE EMPLOYEES_MINUS_30 AS SELECT EMPLOYEE_ID, FIRST_NAME, LAST_NAME, EMAIL, HIRE_DATE,…
INTERSECT operators returns the distinct common rows from each query.
Below is the graphical representation of INTERSECT operator.
CREATE TABLE EMPLOYEES_INTERSECT_30 AS SELECT EMPLOYEE_ID, FIRST_NAME, LAST_NAME, EMAIL, HIRE_DATE, JOB_ID, SALARY,…
Table of Contents
Oracle SET operators combine two or more queries and return single set of result.
Table of Contents
Table of Contents
Table of Contents
Table of Contents
Table of Contents