How to select some rows from a table in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
How to assign values to variables?
Hi friends can u send the oracle 9i full version download link?????????????? please reply ?
How to load data from external tables to regular tables?
Can we create index on views?
19 Answers CTS, Syntel, TCS,
Does oracle partitioning improve performance?
What is the data type of dual table?
How many types of database triggers exist?
What do you mean by a tablespace?
What is different types of joins?
Can you use a commit statement within a database trigger?
Anyone have the Latest Oracle Dumbs?While u have please forard to narain1411@gmail.com
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