What is a proxy object?
No Answer is Posted For this Question
Be the First to Post Answer
What are the trigger associated with image items ?
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 can I combine multiple rows into a comma-delimited list in oracle?
What is E-R diagram ?
2 Answers CGI, Keane India Ltd,
What are set operators?
t1 col1 col2 nishi 5000 lucky 6700 akash 7000 i want that a query that when i insert 7000 it will show me data already present and data will not insert. if data is not present it will insert.
How to apply filtering criteria at group level in oracle?
i have executed the Delete command after the I have created table whether deletions will be commit or not? if table is successfully created?
Is oracle an operator?
How to write a query with a right outer join in oracle?
How do you recover a datafile that has not been physically been backed up since its creation and has been deleted. Provide syntax example.
What is the difference between the Oracle ODBC driver and a Microsoft ODBC (Open Database Connectivity) Driver?