What are the various constraints used in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
What are the differences between blob and clob in oracle?
What is tns entry?
What is STATSPACK tool?
what is the difference between joins and set operators.i am always confusing with two,can u pls kindly help me .
what is the syntax of DELETE command?
how many outer joins are used in a single sql query? is there any limitations for using of outer joins?
2 Answers BOB Technologies, Cap Gemini, IBM,
How to use regular expression in pattern match conditions in oracle?
What is a system tablespace and when it is created?
how can get like this result table A col1 col2 --- ----- a A b B C C .. .. .. ... .. ... wants result like for a single column col1 ------ a,b,c,........n of data and another is col1 ------- A B C D ........ a b b d ........
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 get a list of all user accounts in the database?
What is pragma autonomous transaction in oracle?