What's dateware house and what's clustor with practicle
example
No Answer is Posted For this Question
Be the First to Post Answer
what are views?
How to use "startup" command to start default instance?
What happens to the current transaction if the session is ended?
Explain the use of indexes option in exp command.
What is meant by a deadlock situation?
What are the four Oracle system processes that must always be up and running for the database to be useable?
In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?
Explain constraining triggers.
how to produce numbers from 1 to 10 using dual table
What is a database schema 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
How to call a sub procedure?