Can objects of the same schema reside in different tablespace?
No Answer is Posted For this Question
Be the First to Post Answer
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 load data through external tables?
20. Using a set operator, display the client number of all clients who have never placed an order.
How to load a large xml file?
Why packages are used in oracle?
What is an anonymous block?
Is there any function in oracle similar like group_concat of mysql?
How to initialize variables with default values?
How to get a list of all background sessions in the database?
How to assign data of the deleted row to variables?
How to create lov dynamically at runtime & attach to text field?
What is an oracle database?