How to create a new table in your schema?
No Answer is Posted For this Question
Be the First to Post Answer
Explain a synonym?
How to build data dictionary view an new database?
What is the effect of setting the value "CHOOSE" for OPTIMIZER_GOAL, parameter of the ALTER SESSION Command ?
1:-How to write to update command in a procedure in oracle which update two different table at a time 2:-How to write the select command in a procedure in oracle which give multiple records
DBMS vs. RDBMS
How much memory your 10g xe server is using?
How to view the dropped tables in your recycle bin?
How to get the Installed Oracle Version Information ?
How do I know if oracle client is installed on windows?
How will you identify oracle database software release?
How to define an anonymous procedure without variables?
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