What are the restrictions on external table columns?
No Answer is Posted For this Question
Be the First to Post Answer
How to Truncate Table in Oracle
What are the factors causing the reparsing of SQL statements in SGA?
Which is better Oracle or MS SQL? Why?
When a form is invoked with call_form, Does oracle forms issues a save point ?
How to estimate disk space needed for an export job?
What are Clusters ?
How many file formats are supported to export data?
What is set operator oracle?
Explain the dml?
What is Data Block ?
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 will you identify oracle database software release?