What do you mean by merge in oracle and how can you merge two tables?
No Answer is Posted For this Question
Be the First to Post Answer
How to do a full database export?
How to resolve the ORA-39133 error in Oracle?
What is a Shared SQL pool ?
what's query optimization and without use of IN AND Exist can we get another way data from query
How to convert characters to dates in oracle?
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 define a specific record type?
Explain the use of tables option in exp command.
Youre getting high busy buffer waits - how can you find whats causing it?
write a sql query following source looking like below column1 column2 101,102,103 abc,def,ghi 1001,1002,1003 a,b,c i want the output column1 column1 101 abc 102 def 103 ghi 1001 a 1002 b 1003 c
you are sorting a table using "order by"(descending) clause of a column which contains a null value...whether that row containing null value will come first or last in the output??
How can Oracle users be audited?