What is blob data type in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
What is schema?
41 Answers Bodhi Global Services, Cognizant, HCL,
what is port in oracle? how is it related to database application.
What is an Index ?
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?
If I have a select statment which retrives 2 rows, & that rows have the same data in all the fields except the last field and I want to merge the 2 rows to be in 1 row with concatenating the last field which have the different data.... eg: the 1st row has these fields: A-B-C the second row has: A-B-X ........ i want to merge the two row to be in one row like ----> A- B- C,X
When do I need to use a semicolon vs a slash in oracle sql?
What is a snapshot log?
 What are the oracle DML commands possible through an update strategy?
What is a data segment ?
What are main difference between Stored Procedure and Functions.
Will you be able to store pictures in the database?
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