Can we create trigger on materialized view in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
How to retrieve data from an cursor to a record?
Select the Nth lowest value from a table?
How to start a specific oracle instance?
What are a collation and state the different types of collation sensitivity?
Can we create more than one constraint to column ?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
Is oracle an open source?
What are the different oracle database objects?
what are the different types of cursors? explain?
What is a subquery in oracle?
Create table Employee ( Employee_Id varchar2(8) Constraint emp_id_pk primary key, FirstName varchar2(50), LastName varchar2(50), DeptID Number(5) Constraint dept_id_fk Foreign Key(DeptId) References Department(DeptId) ) Error I am getting: Constraint specification are not allowed here
Draw E-R diagram for many to many relationship ?